Html Css Color HEX #AA2EAC Dark Orchid

📋 copy color: '#AA2EAC'

red 170 ◦ green 46 ◦ blue 172

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

Shades of Dark Orchid #AA2EAC

Tints of Dark Orchid #AA2EAC

RGB

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

 GREEN value IS 46 (18.36% from 255) = 11.86%

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

R = 43.81%
G = 11.86%
B = 44.33%

CMYK

 C value IS 0.01

 M value IS 0.73

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#AA2EAC (or 0xAA2EAC) is known color: Dark Orchid. HEX triplet: AA, 2E and AC. RGB value is (170,46,172). Sum of RGB (Red+Green+Blue) = 170+46+172=388 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.81% from 388); Green value is 46 (18.36% from 255 or 11.86% from 388); Blue value is 172 (67.58% from 255 or 44.33% from 388); Max value from RGB is 172 - color contains mainly: blue. Hex color #AA2EAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA2EAC is #55D153. Grayscale: #616161. Windows color (decimal): -5624148 or 11284138. OLE color: 11284138.

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

Color convert

RGB 170 46 172 -
CMYK 0.01 0.73 0 0.33
HSL 299.05º 0.58% 0.43% -
HSV(B) 299.05º 0.73% 0.67% -
XYZ 25 13.48 40.31 -
YUV 97.44 170.08 179.75 -
System Red Green Blue C M Y K H S L
Decimal 170 46 172 0.01 0.73 0 0.33 299.05 0.58 0.43
Hex AA 2E AC 1 49 0 21 12B 3A 2B
Octal 252 56 254 1 111 0 41 453 72 53
Binary 10101010 101110 10101100 1 1001001 0 100001 100101011 111010 101011

Color Harmonies of #AA2EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA2EAC

Black with #AA2EAC

Text Example


Text Example

White with #AA2EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA2EAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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