Html Css Color HEX #A420CE Dark Orchid

📋 copy color: '#A420CE'

red 164 ◦ green 32 ◦ blue 206

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

Shades of Dark Orchid #A420CE

Tints of Dark Orchid #A420CE

RGB

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

 GREEN value IS 32 (12.89% from 255) = 7.96%

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

R = 40.8%
G = 7.96%
B = 51.24%

CMYK

 C value IS 0.20

 M value IS 0.84

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A420CE (or 0xA420CE) is known color: Dark Orchid. HEX triplet: A4, 20 and CE. RGB value is (164,32,206). Sum of RGB (Red+Green+Blue) = 164+32+206=402 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.80% from 402); Green value is 32 (12.89% from 255 or 7.96% from 402); Blue value is 206 (80.86% from 255 or 51.24% from 402); Max value from RGB is 206 - color contains mainly: blue. Hex color #A420CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A420CE is #5BDF31. Grayscale: #5A5A5A. Windows color (decimal): -6020914 or 13508772. OLE color: 13508772.

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

Color convert

RGB 164 32 206 -
CMYK 0.20 0.84 0 0.19
HSL 285.52º 0.73% 0.47% -
HSV(B) 285.52º 0.84% 0.81% -
XYZ 26.97 13.38 59.55 -
YUV 91.3 192.73 179.85 -
System Red Green Blue C M Y K H S L
Decimal 164 32 206 0.20 0.84 0 0.19 285.52 0.73 0.47
Hex A4 20 CE 14 54 0 13 11E 49 2F
Octal 244 40 316 24 124 0 23 436 111 57
Binary 10100100 100000 11001110 10100 1010100 0 10011 100011110 1001001 101111

Color Harmonies of #A420CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A420CE

Black with #A420CE

Text Example


Text Example

White with #A420CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A420CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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