Html Css Color HEX #AA2BB6 Dark Orchid

📋 copy color: '#AA2BB6'

red 170 ◦ green 43 ◦ blue 182

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

Shades of Dark Orchid #AA2BB6

Tints of Dark Orchid #AA2BB6

RGB

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

 GREEN value IS 43 (17.19% from 255) = 10.89%

 BLUE value IS 182 (71.48% from 255) = 46.08%

R = 43.04%
G = 10.89%
B = 46.08%

CMYK

 C value IS 0.07

 M value IS 0.76

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#AA2BB6 (or 0xAA2BB6) is known color: Dark Orchid. HEX triplet: AA, 2B and B6. RGB value is (170,43,182). Sum of RGB (Red+Green+Blue) = 170+43+182=395 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.04% from 395); Green value is 43 (17.19% from 255 or 10.89% from 395); Blue value is 182 (71.48% from 255 or 46.08% from 395); Max value from RGB is 182 - color contains mainly: blue. Hex color #AA2BB6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA2BB6 is #55D449. Grayscale: #606060. Windows color (decimal): -5624906 or 11938730. OLE color: 11938730.

HSL color Cylindrical-coordinate representation of color #AA2BB6: hue angle of 294.82º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AA2BB6 is Cyan = 0.07, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 170 43 182 -
CMYK 0.07 0.76 0 0.29
HSL 294.82º 0.62% 0.44% -
HSV(B) 294.82º 0.76% 0.71% -
XYZ 25.88 13.65 45.53 -
YUV 96.82 176.08 180.2 -
System Red Green Blue C M Y K H S L
Decimal 170 43 182 0.07 0.76 0 0.29 294.82 0.62 0.44
Hex AA 2B B6 7 4C 0 1D 127 3E 2C
Octal 252 53 266 7 114 0 35 447 76 54
Binary 10101010 101011 10110110 111 1001100 0 11101 100100111 111110 101100

Color Harmonies of #AA2BB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA2BB6

Black with #AA2BB6

Text Example


Text Example

White with #AA2BB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA2BB6; }

 p { color: rgb(170,43,182); }

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

background-color css

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

 a { background-color: rgb(170,43,182); }

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

border-color css

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

 span { border-color: rgb(170,43,182); }

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