Html Css Color HEX #AA2AAB Dark Orchid

📋 copy color: '#AA2AAB'

red 170 ◦ green 42 ◦ blue 171

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

Shades of Dark Orchid #AA2AAB

Tints of Dark Orchid #AA2AAB

RGB

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

 GREEN value IS 42 (16.8% from 255) = 10.97%

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

R = 44.39%
G = 10.97%
B = 44.65%

CMYK

 C value IS 0.01

 M value IS 0.75

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#AA2AAB (or 0xAA2AAB) is known color: Dark Orchid. HEX triplet: AA, 2A and AB. RGB value is (170,42,171). Sum of RGB (Red+Green+Blue) = 170+42+171=383 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.39% from 383); Green value is 42 (16.80% from 255 or 10.97% from 383); Blue value is 171 (67.19% from 255 or 44.65% from 383); Max value from RGB is 171 - color contains mainly: blue. Hex color #AA2AAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA2AAB is #55D554. Grayscale: #5E5E5E. Windows color (decimal): -5625173 or 11217578. OLE color: 11217578.

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

Color convert

RGB 170 42 171 -
CMYK 0.01 0.75 0 0.33
HSL 299.53º 0.61% 0.42% -
HSV(B) 299.53º 0.75% 0.67% -
XYZ 24.76 13.14 39.76 -
YUV 94.98 170.91 181.51 -
System Red Green Blue C M Y K H S L
Decimal 170 42 171 0.01 0.75 0 0.33 299.53 0.61 0.42
Hex AA 2A AB 1 4B 0 21 12C 3D 2A
Octal 252 52 253 1 113 0 41 454 75 52
Binary 10101010 101010 10101011 1 1001011 0 100001 100101100 111101 101010

Color Harmonies of #AA2AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA2AAB

Black with #AA2AAB

Text Example


Text Example

White with #AA2AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA2AAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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