Html Css Color HEX #AA1ECC Dark Orchid

📋 copy color: '#AA1ECC'

red 170 ◦ green 30 ◦ blue 204

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

Shades of Dark Orchid #AA1ECC

Tints of Dark Orchid #AA1ECC

RGB

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

 GREEN value IS 30 (12.11% from 255) = 7.43%

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

R = 42.08%
G = 7.43%
B = 50.5%

CMYK

 C value IS 0.17

 M value IS 0.85

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AA1ECC (or 0xAA1ECC) is known color: Dark Orchid. HEX triplet: AA, 1E and CC. RGB value is (170,30,204). Sum of RGB (Red+Green+Blue) = 170+30+204=404 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.08% from 404); Green value is 30 (12.11% from 255 or 7.43% from 404); Blue value is 204 (80.08% from 255 or 50.50% from 404); Max value from RGB is 204 - color contains mainly: blue. Hex color #AA1ECC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA1ECC is #55E133. Grayscale: #5B5B5B. Windows color (decimal): -5628212 or 13377194. OLE color: 13377194.

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

Color convert

RGB 170 30 204 -
CMYK 0.17 0.85 0 0.2
HSL 288.28º 0.74% 0.46% -
HSV(B) 288.28º 0.85% 0.8% -
XYZ 27.94 13.83 58.32 -
YUV 91.7 191.38 183.85 -
System Red Green Blue C M Y K H S L
Decimal 170 30 204 0.17 0.85 0 0.2 288.28 0.74 0.46
Hex AA 1E CC 11 55 0 14 120 4A 2E
Octal 252 36 314 21 125 0 24 440 112 56
Binary 10101010 11110 11001100 10001 1010101 0 10100 100100000 1001010 101110

Color Harmonies of #AA1ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1ECC

Black with #AA1ECC

Text Example


Text Example

White with #AA1ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1ECC; }

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

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

background-color css

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

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

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

border-color css

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

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

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