Html Css Color HEX #AA2ABB Dark Orchid

📋 copy color: '#AA2ABB'

red 170 ◦ green 42 ◦ blue 187

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

Shades of Dark Orchid #AA2ABB

Tints of Dark Orchid #AA2ABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 46.87%

R = 42.61%
G = 10.53%
B = 46.87%

CMYK

 C value IS 0.09

 M value IS 0.78

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AA2ABB (or 0xAA2ABB) is known color: Dark Orchid. HEX triplet: AA, 2A and BB. RGB value is (170,42,187). Sum of RGB (Red+Green+Blue) = 170+42+187=399 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.61% from 399); Green value is 42 (16.80% from 255 or 10.53% from 399); Blue value is 187 (73.44% from 255 or 46.87% from 399); Max value from RGB is 187 - color contains mainly: blue. Hex color #AA2ABB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA2ABB is #55D544. Grayscale: #606060. Windows color (decimal): -5625157 or 12266154. OLE color: 12266154.

HSL color Cylindrical-coordinate representation of color #AA2ABB: hue angle of 292.97º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AA2ABB is Cyan = 0.09, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 170 42 187 -
CMYK 0.09 0.78 0 0.27
HSL 292.97º 0.63% 0.45% -
HSV(B) 292.97º 0.78% 0.73% -
XYZ 26.38 13.79 48.29 -
YUV 96.8 178.91 180.21 -
System Red Green Blue C M Y K H S L
Decimal 170 42 187 0.09 0.78 0 0.27 292.97 0.63 0.45
Hex AA 2A BB 9 4E 0 1B 125 3F 2D
Octal 252 52 273 11 116 0 33 445 77 55
Binary 10101010 101010 10111011 1001 1001110 0 11011 100100101 111111 101101

Color Harmonies of #AA2ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA2ABB

Black with #AA2ABB

Text Example


Text Example

White with #AA2ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA2ABB; }

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

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

background-color css

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

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

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

border-color css

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

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

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