Html Css Color HEX #AA1ECA Dark Orchid

📋 copy color: '#AA1ECA'

red 170 ◦ green 30 ◦ blue 202

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

Shades of Dark Orchid #AA1ECA

Tints of Dark Orchid #AA1ECA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 50.25%

R = 42.29%
G = 7.46%
B = 50.25%

CMYK

 C value IS 0.16

 M value IS 0.85

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AA1ECA (or 0xAA1ECA) is known color: Dark Orchid. HEX triplet: AA, 1E and CA. RGB value is (170,30,202). Sum of RGB (Red+Green+Blue) = 170+30+202=402 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.29% from 402); Green value is 30 (12.11% from 255 or 7.46% from 402); Blue value is 202 (79.30% from 255 or 50.25% from 402); Max value from RGB is 202 - color contains mainly: blue. Hex color #AA1ECA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA1ECA is #55E135. Grayscale: #5A5A5A. Windows color (decimal): -5628214 or 13246122. OLE color: 13246122.

HSL color Cylindrical-coordinate representation of color #AA1ECA: hue angle of 288.84º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AA1ECA is Cyan = 0.16, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 170 30 202 -
CMYK 0.16 0.85 0 0.21
HSL 288.84º 0.74% 0.45% -
HSV(B) 288.84º 0.85% 0.79% -
XYZ 27.7 13.74 57.07 -
YUV 91.47 190.38 184.01 -
System Red Green Blue C M Y K H S L
Decimal 170 30 202 0.16 0.85 0 0.21 288.84 0.74 0.45
Hex AA 1E CA 10 55 0 15 121 4A 2D
Octal 252 36 312 20 125 0 25 441 112 55
Binary 10101010 11110 11001010 10000 1010101 0 10101 100100001 1001010 101101

Color Harmonies of #AA1ECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1ECA

Black with #AA1ECA

Text Example


Text Example

White with #AA1ECA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1ECA; }

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

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

background-color css

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

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

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

border-color css

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

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

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