Html Css Color HEX #A419CE Dark Orchid

📋 copy color: '#A419CE'

red 164 ◦ green 25 ◦ blue 206

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

Shades of Dark Orchid #A419CE

Tints of Dark Orchid #A419CE

RGB

 RED value IS 164 (64.45% from 255) = 41.52%

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

 BLUE value IS 206 (80.86% from 255) = 52.15%

R = 41.52%
G = 6.33%
B = 52.15%

CMYK

 C value IS 0.20

 M value IS 0.88

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A419CE (or 0xA419CE) is known color: Dark Orchid. HEX triplet: A4, 19 and CE. RGB value is (164,25,206). Sum of RGB (Red+Green+Blue) = 164+25+206=395 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.52% from 395); Green value is 25 (10.16% from 255 or 6.33% from 395); Blue value is 206 (80.86% from 255 or 52.15% from 395); Max value from RGB is 206 - color contains mainly: blue. Hex color #A419CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A419CE is #5BE631. Grayscale: #565656. Windows color (decimal): -6022706 or 13506980. OLE color: 13506980.

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

Color convert

RGB 164 25 206 -
CMYK 0.20 0.88 0 0.19
HSL 286.08º 0.78% 0.45% -
HSV(B) 286.08º 0.88% 0.81% -
XYZ 26.8 13.04 59.5 -
YUV 87.2 195.05 182.78 -
System Red Green Blue C M Y K H S L
Decimal 164 25 206 0.20 0.88 0 0.19 286.08 0.78 0.45
Hex A4 19 CE 14 58 0 13 11E 4E 2D
Octal 244 31 316 24 130 0 23 436 116 55
Binary 10100100 11001 11001110 10100 1011000 0 10011 100011110 1001110 101101

Color Harmonies of #A419CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A419CE

Black with #A419CE

Text Example


Text Example

White with #A419CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A419CE; }

 p { color: rgb(164,25,206); }

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

background-color css

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

 a { background-color: rgb(164,25,206); }

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

border-color css

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

 span { border-color: rgb(164,25,206); }

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