Html Css Color HEX #A424CE Dark Orchid

📋 copy color: '#A424CE'

red 164 ◦ green 36 ◦ blue 206

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

Shades of Dark Orchid #A424CE

Tints of Dark Orchid #A424CE

RGB

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

 GREEN value IS 36 (14.45% from 255) = 8.87%

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

R = 40.39%
G = 8.87%
B = 50.74%

CMYK

 C value IS 0.20

 M value IS 0.83

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A424CE (or 0xA424CE) is known color: Dark Orchid. HEX triplet: A4, 24 and CE. RGB value is (164,36,206). Sum of RGB (Red+Green+Blue) = 164+36+206=406 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.39% from 406); Green value is 36 (14.45% from 255 or 8.87% from 406); Blue value is 206 (80.86% from 255 or 50.74% from 406); Max value from RGB is 206 - color contains mainly: blue. Hex color #A424CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A424CE is #5BDB31. Grayscale: #5D5D5D. Windows color (decimal): -6019890 or 13509796. OLE color: 13509796.

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

Color convert

RGB 164 36 206 -
CMYK 0.20 0.83 0 0.19
HSL 285.18º 0.7% 0.47% -
HSV(B) 285.18º 0.83% 0.81% -
XYZ 27.08 13.61 59.59 -
YUV 93.65 191.41 178.18 -
System Red Green Blue C M Y K H S L
Decimal 164 36 206 0.20 0.83 0 0.19 285.18 0.7 0.47
Hex A4 24 CE 14 53 0 13 11D 46 2F
Octal 244 44 316 24 123 0 23 435 106 57
Binary 10100100 100100 11001110 10100 1010011 0 10011 100011101 1000110 101111

Color Harmonies of #A424CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A424CE

Black with #A424CE

Text Example


Text Example

White with #A424CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A424CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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