Html Css Color HEX #A424CB Dark Orchid

📋 copy color: '#A424CB'

red 164 ◦ green 36 ◦ blue 203

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

Shades of Dark Orchid #A424CB

Tints of Dark Orchid #A424CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 50.37%

R = 40.69%
G = 8.93%
B = 50.37%

CMYK

 C value IS 0.19

 M value IS 0.82

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A424CB (or 0xA424CB) is known color: Dark Orchid. HEX triplet: A4, 24 and CB. RGB value is (164,36,203). Sum of RGB (Red+Green+Blue) = 164+36+203=403 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.69% from 403); Green value is 36 (14.45% from 255 or 8.93% from 403); Blue value is 203 (79.69% from 255 or 50.37% from 403); Max value from RGB is 203 - color contains mainly: blue. Hex color #A424CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A424CB is #5BDB34. Grayscale: #5C5C5C. Windows color (decimal): -6019893 or 13313188. OLE color: 13313188.

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

Color convert

RGB 164 36 203 -
CMYK 0.19 0.82 0 0.20
HSL 285.99º 0.7% 0.47% -
HSV(B) 285.99º 0.82% 0.8% -
XYZ 26.72 13.47 57.69 -
YUV 93.31 189.91 178.42 -
System Red Green Blue C M Y K H S L
Decimal 164 36 203 0.19 0.82 0 0.20 285.99 0.7 0.47
Hex A4 24 CB 13 52 0 14 11E 46 2F
Octal 244 44 313 23 122 0 24 436 106 57
Binary 10100100 100100 11001011 10011 1010010 0 10100 100011110 1000110 101111

Color Harmonies of #A424CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A424CB

Black with #A424CB

Text Example


Text Example

White with #A424CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A424CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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