Html Css Color HEX #AA24CC Dark Orchid

📋 copy color: '#AA24CC'

red 170 ◦ green 36 ◦ blue 204

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

Shades of Dark Orchid #AA24CC

Tints of Dark Orchid #AA24CC

RGB

 RED value IS 170 (66.8% from 255) = 41.46%

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

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

R = 41.46%
G = 8.78%
B = 49.76%

CMYK

 C value IS 0.17

 M value IS 0.82

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AA24CC (or 0xAA24CC) is known color: Dark Orchid. HEX triplet: AA, 24 and CC. RGB value is (170,36,204). Sum of RGB (Red+Green+Blue) = 170+36+204=410 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.46% from 410); Green value is 36 (14.45% from 255 or 8.78% from 410); Blue value is 204 (80.08% from 255 or 49.76% from 410); Max value from RGB is 204 - color contains mainly: blue. Hex color #AA24CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA24CC is #55DB33. Grayscale: #5E5E5E. Windows color (decimal): -5626676 or 13378730. OLE color: 13378730.

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

Color convert

RGB 170 36 204 -
CMYK 0.17 0.82 0 0.2
HSL 287.86º 0.7% 0.47% -
HSV(B) 287.86º 0.82% 0.8% -
XYZ 28.11 14.17 58.38 -
YUV 95.22 189.39 181.34 -
System Red Green Blue C M Y K H S L
Decimal 170 36 204 0.17 0.82 0 0.2 287.86 0.7 0.47
Hex AA 24 CC 11 52 0 14 120 46 2F
Octal 252 44 314 21 122 0 24 440 106 57
Binary 10101010 100100 11001100 10001 1010010 0 10100 100100000 1000110 101111

Color Harmonies of #AA24CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA24CC

Black with #AA24CC

Text Example


Text Example

White with #AA24CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA24CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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