Html Css Color HEX #AA2CB9 Dark Orchid

📋 copy color: '#AA2CB9'

red 170 ◦ green 44 ◦ blue 185

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

Shades of Dark Orchid #AA2CB9

Tints of Dark Orchid #AA2CB9

RGB

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

 GREEN value IS 44 (17.58% from 255) = 11.03%

 BLUE value IS 185 (72.66% from 255) = 46.37%

R = 42.61%
G = 11.03%
B = 46.37%

CMYK

 C value IS 0.08

 M value IS 0.76

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AA2CB9 (or 0xAA2CB9) is known color: Dark Orchid. HEX triplet: AA, 2C and B9. RGB value is (170,44,185). Sum of RGB (Red+Green+Blue) = 170+44+185=399 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.61% from 399); Green value is 44 (17.58% from 255 or 11.03% from 399); Blue value is 185 (72.66% from 255 or 46.37% from 399); Max value from RGB is 185 - color contains mainly: blue. Hex color #AA2CB9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA2CB9 is #55D346. Grayscale: #616161. Windows color (decimal): -5624647 or 12135594. OLE color: 12135594.

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

Color convert

RGB 170 44 185 -
CMYK 0.08 0.76 0 0.27
HSL 293.62º 0.62% 0.45% -
HSV(B) 293.62º 0.76% 0.73% -
XYZ 26.24 13.85 47.19 -
YUV 97.75 177.24 179.54 -
System Red Green Blue C M Y K H S L
Decimal 170 44 185 0.08 0.76 0 0.27 293.62 0.62 0.45
Hex AA 2C B9 8 4C 0 1B 126 3E 2D
Octal 252 54 271 10 114 0 33 446 76 55
Binary 10101010 101100 10111001 1000 1001100 0 11011 100100110 111110 101101

Color Harmonies of #AA2CB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA2CB9

Black with #AA2CB9

Text Example


Text Example

White with #AA2CB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA2CB9; }

 p { color: rgb(170,44,185); }

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

background-color css

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

 a { background-color: rgb(170,44,185); }

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

border-color css

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

 span { border-color: rgb(170,44,185); }

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