Html Css Color HEX #AA2DCC Dark Orchid

📋 copy color: '#AA2DCC'

red 170 ◦ green 45 ◦ blue 204

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

Shades of Dark Orchid #AA2DCC

Tints of Dark Orchid #AA2DCC

RGB

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

 GREEN value IS 45 (17.97% from 255) = 10.74%

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

R = 40.57%
G = 10.74%
B = 48.69%

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

#AA2DCC (or 0xAA2DCC) is known color: Dark Orchid. HEX triplet: AA, 2D and CC. RGB value is (170,45,204). Sum of RGB (Red+Green+Blue) = 170+45+204=419 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.57% from 419); Green value is 45 (17.97% from 255 or 10.74% from 419); Blue value is 204 (80.08% from 255 or 48.69% from 419); Max value from RGB is 204 - color contains mainly: blue. Hex color #AA2DCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA2DCC is #55D233. Grayscale: #636363. Windows color (decimal): -5624372 or 13381034. OLE color: 13381034.

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

Color convert

RGB 170 45 204 -
CMYK 0.17 0.78 0 0.2
HSL 287.17º 0.64% 0.49% -
HSV(B) 287.17º 0.78% 0.8% -
XYZ 28.42 14.78 58.48 -
YUV 100.5 186.41 177.57 -
System Red Green Blue C M Y K H S L
Decimal 170 45 204 0.17 0.78 0 0.2 287.17 0.64 0.49
Hex AA 2D CC 11 4E 0 14 11F 40 31
Octal 252 55 314 21 116 0 24 437 100 61
Binary 10101010 101101 11001100 10001 1001110 0 10100 100011111 1000000 110001

Color Harmonies of #AA2DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA2DCC

Black with #AA2DCC

Text Example


Text Example

White with #AA2DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA2DCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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