Html Css Color HEX #AA1EAC Dark Orchid

📋 copy color: '#AA1EAC'

red 170 ◦ green 30 ◦ blue 172

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

Shades of Dark Orchid #AA1EAC

Tints of Dark Orchid #AA1EAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 46.24%

R = 45.7%
G = 8.06%
B = 46.24%

CMYK

 C value IS 0.01

 M value IS 0.83

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#AA1EAC (or 0xAA1EAC) is known color: Dark Orchid. HEX triplet: AA, 1E and AC. RGB value is (170,30,172). Sum of RGB (Red+Green+Blue) = 170+30+172=372 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.70% from 372); Green value is 30 (12.11% from 255 or 8.06% from 372); Blue value is 172 (67.58% from 255 or 46.24% from 372); Max value from RGB is 172 - color contains mainly: blue. Hex color #AA1EAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA1EAC is #55E153. Grayscale: #575757. Windows color (decimal): -5628244 or 11280042. OLE color: 11280042.

HSL color Cylindrical-coordinate representation of color #AA1EAC: hue angle of 299.15º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AA1EAC is Cyan = 0.01, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 30 172 -
CMYK 0.01 0.83 0 0.33
HSL 299.15º 0.7% 0.4% -
HSV(B) 299.15º 0.83% 0.67% -
XYZ 24.49 12.45 40.14 -
YUV 88.05 175.38 186.45 -
System Red Green Blue C M Y K H S L
Decimal 170 30 172 0.01 0.83 0 0.33 299.15 0.7 0.4
Hex AA 1E AC 1 53 0 21 12B 46 28
Octal 252 36 254 1 123 0 41 453 106 50
Binary 10101010 11110 10101100 1 1010011 0 100001 100101011 1000110 101000

Color Harmonies of #AA1EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1EAC

Black with #AA1EAC

Text Example


Text Example

White with #AA1EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1EAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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