Html Css Color HEX #AA2EAB Dark Orchid

📋 copy color: '#AA2EAB'

red 170 ◦ green 46 ◦ blue 171

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

Shades of Dark Orchid #AA2EAB

Tints of Dark Orchid #AA2EAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 44.19%

R = 43.93%
G = 11.89%
B = 44.19%

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

#AA2EAB (or 0xAA2EAB) is known color: Dark Orchid. HEX triplet: AA, 2E and AB. RGB value is (170,46,171). Sum of RGB (Red+Green+Blue) = 170+46+171=387 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.93% from 387); Green value is 46 (18.36% from 255 or 11.89% from 387); Blue value is 171 (67.19% from 255 or 44.19% from 387); Max value from RGB is 171 - color contains mainly: blue. Hex color #AA2EAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA2EAB is #55D154. Grayscale: #606060. Windows color (decimal): -5624149 or 11218602. OLE color: 11218602.

HSL color Cylindrical-coordinate representation of color #AA2EAB: hue angle of 299.52º 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 #AA2EAB is Cyan = 0.01, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 46 171 -
CMYK 0.01 0.73 0 0.33
HSL 299.52º 0.58% 0.43% -
HSV(B) 299.52º 0.73% 0.67% -
XYZ 24.91 13.44 39.81 -
YUV 97.33 169.58 179.84 -
System Red Green Blue C M Y K H S L
Decimal 170 46 171 0.01 0.73 0 0.33 299.52 0.58 0.43
Hex AA 2E AB 1 49 0 21 12C 3A 2B
Octal 252 56 253 1 111 0 41 454 72 53
Binary 10101010 101110 10101011 1 1001001 0 100001 100101100 111010 101011

Color Harmonies of #AA2EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA2EAB

Black with #AA2EAB

Text Example


Text Example

White with #AA2EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA2EAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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