Html Css Color HEX #AA1ECE Dark Orchid

📋 copy color: '#AA1ECE'

red 170 ◦ green 30 ◦ blue 206

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

Shades of Dark Orchid #AA1ECE

Tints of Dark Orchid #AA1ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 50.74%

R = 41.87%
G = 7.39%
B = 50.74%

CMYK

 C value IS 0.17

 M value IS 0.85

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AA1ECE (or 0xAA1ECE) is known color: Dark Orchid. HEX triplet: AA, 1E and CE. RGB value is (170,30,206). Sum of RGB (Red+Green+Blue) = 170+30+206=406 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.87% from 406); Green value is 30 (12.11% from 255 or 7.39% from 406); Blue value is 206 (80.86% from 255 or 50.74% from 406); Max value from RGB is 206 - color contains mainly: blue. Hex color #AA1ECE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA1ECE is #55E131. Grayscale: #5B5B5B. Windows color (decimal): -5628210 or 13508266. OLE color: 13508266.

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

Color convert

RGB 170 30 206 -
CMYK 0.17 0.85 0 0.19
HSL 287.73º 0.75% 0.46% -
HSV(B) 287.73º 0.85% 0.81% -
XYZ 28.18 13.93 59.6 -
YUV 91.92 192.38 183.69 -
System Red Green Blue C M Y K H S L
Decimal 170 30 206 0.17 0.85 0 0.19 287.73 0.75 0.46
Hex AA 1E CE 11 55 0 13 120 4B 2E
Octal 252 36 316 21 125 0 23 440 113 56
Binary 10101010 11110 11001110 10001 1010101 0 10011 100100000 1001011 101110

Color Harmonies of #AA1ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1ECE

Black with #AA1ECE

Text Example


Text Example

White with #AA1ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1ECE; }

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

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

background-color css

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

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

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

border-color css

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

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

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