Html Css Color HEX #A624CC Dark Orchid

📋 copy color: '#A624CC'

red 166 ◦ green 36 ◦ blue 204

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

Shades of Dark Orchid #A624CC

Tints of Dark Orchid #A624CC

RGB

 RED value IS 166 (65.23% from 255) = 40.89%

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

 BLUE value IS 204 (80.08% from 255) = 50.25%

R = 40.89%
G = 8.87%
B = 50.25%

CMYK

 C value IS 0.19

 M value IS 0.82

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A624CC (or 0xA624CC) is known color: Dark Orchid. HEX triplet: A6, 24 and CC. RGB value is (166,36,204). Sum of RGB (Red+Green+Blue) = 166+36+204=406 (53% of max value = 765). Red value is 166 (65.23% from 255 or 40.89% from 406); Green value is 36 (14.45% from 255 or 8.87% from 406); Blue value is 204 (80.08% from 255 or 50.25% from 406); Max value from RGB is 204 - color contains mainly: blue. Hex color #A624CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A624CC is #59DB33. Grayscale: #5D5D5D. Windows color (decimal): -5888820 or 13378726. OLE color: 13378726.

HSL color Cylindrical-coordinate representation of color #A624CC: hue angle of 286.43º 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 #A624CC is Cyan = 0.19, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 166 36 204 -
CMYK 0.19 0.82 0 0.2
HSL 286.43º 0.7% 0.47% -
HSV(B) 286.43º 0.82% 0.8% -
XYZ 27.26 13.73 58.34 -
YUV 94.02 190.07 179.34 -
System Red Green Blue C M Y K H S L
Decimal 166 36 204 0.19 0.82 0 0.2 286.43 0.7 0.47
Hex A6 24 CC 13 52 0 14 11E 46 2F
Octal 246 44 314 23 122 0 24 436 106 57
Binary 10100110 100100 11001100 10011 1010010 0 10100 100011110 1000110 101111

Color Harmonies of #A624CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A624CC

Black with #A624CC

Text Example


Text Example

White with #A624CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A624CC; }

 p { color: rgb(166,36,204); }

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

background-color css

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

 a { background-color: rgb(166,36,204); }

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

border-color css

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

 span { border-color: rgb(166,36,204); }

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