Html Css Color HEX #A319CD Dark Orchid

📋 copy color: '#A319CD'

red 163 ◦ green 25 ◦ blue 205

#A319CD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Orchid #A319CD

Tints of Dark Orchid #A319CD

RGB

 RED value IS 163 (64.06% from 255) = 41.48%

 GREEN value IS 25 (10.16% from 255) = 6.36%

 BLUE value IS 205 (80.47% from 255) = 52.16%

R = 41.48%
G = 6.36%
B = 52.16%

CMYK

 C value IS 0.20

 M value IS 0.88

 Y value IS 0

 K value IS 0.20

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#A319CD (or 0xA319CD) is known color: Dark Orchid. HEX triplet: A3, 19 and CD. RGB value is (163,25,205). Sum of RGB (Red+Green+Blue) = 163+25+205=393 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.48% from 393); Green value is 25 (10.16% from 255 or 6.36% from 393); Blue value is 205 (80.47% from 255 or 52.16% from 393); Max value from RGB is 205 - color contains mainly: blue. Hex color #A319CD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A319CD is #5CE632. Grayscale: #565656. Windows color (decimal): -6088243 or 13441443. OLE color: 13441443.

HSL color Cylindrical-coordinate representation of color #A319CD: hue angle of 286º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A319CD is Cyan = 0.20, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 163 25 205 -
CMYK 0.20 0.88 0 0.20
HSL 286º 0.78% 0.45% -
HSV(B) 286º 0.88% 0.8% -
XYZ 26.47 12.89 58.85 -
YUV 86.78 194.72 182.36 -
System Red Green Blue C M Y K H S L
Decimal 163 25 205 0.20 0.88 0 0.20 286 0.78 0.45
Hex A3 19 CD 14 58 0 14 11E 4E 2D
Octal 243 31 315 24 130 0 24 436 116 55
Binary 10100011 11001 11001101 10100 1011000 0 10100 100011110 1001110 101101

Color Harmonies of #A319CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A319CD

Black with #A319CD

Text Example


Text Example

White with #A319CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A319CD; }

 p { color: rgb(163,25,205); }

 H1.HeaderClassName
 {
   color: #A319CD;
 }
 .AnyTagClassName
 {
   color: #A319CD;
 }
</style>

background-color css

<style>
 a { background-color: #A319CD; }

 a { background-color: rgb(163,25,205); }

 div.DivClassName
 {
   background-color: #A319CD;
 }
 .BgClassName
 {
   background-color: #A319CD;
 }
</style>

border-color css

<style>
 span { border-color: #A319CD; }

 span { border-color: rgb(163,25,205); }

 td.TdClassName
 {
   border-color: #A319CD;
 }
 .TagClassName
 {
   border-color: #A319CD;
 }
</style>