Html Css Color HEX #AA2CCC Dark Orchid

📋 copy color: '#AA2CCC'

red 170 ◦ green 44 ◦ blue 204

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

Shades of Dark Orchid #AA2CCC

Tints of Dark Orchid #AA2CCC

RGB

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

 GREEN value IS 44 (17.58% from 255) = 10.53%

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

R = 40.67%
G = 10.53%
B = 48.8%

CMYK

 C value IS 0.17

 M value IS 0.78

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AA2CCC (or 0xAA2CCC) is known color: Dark Orchid. HEX triplet: AA, 2C and CC. RGB value is (170,44,204). Sum of RGB (Red+Green+Blue) = 170+44+204=418 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.67% from 418); Green value is 44 (17.58% from 255 or 10.53% from 418); Blue value is 204 (80.08% from 255 or 48.80% from 418); Max value from RGB is 204 - color contains mainly: blue. Hex color #AA2CCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA2CCC is #55D333. Grayscale: #636363. Windows color (decimal): -5624628 or 13380778. OLE color: 13380778.

HSL color Cylindrical-coordinate representation of color #AA2CCC: hue angle of 287.25º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AA2CCC is Cyan = 0.17, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 170 44 204 -
CMYK 0.17 0.78 0 0.2
HSL 287.25º 0.65% 0.49% -
HSV(B) 287.25º 0.78% 0.8% -
XYZ 28.38 14.71 58.47 -
YUV 99.91 186.74 177.99 -
System Red Green Blue C M Y K H S L
Decimal 170 44 204 0.17 0.78 0 0.2 287.25 0.65 0.49
Hex AA 2C CC 11 4E 0 14 11F 41 31
Octal 252 54 314 21 116 0 24 437 101 61
Binary 10101010 101100 11001100 10001 1001110 0 10100 100011111 1000001 110001

Color Harmonies of #AA2CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA2CCC

Black with #AA2CCC

Text Example


Text Example

White with #AA2CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA2CCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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