Html Css Color HEX #AA2BBA Dark Orchid

📋 copy color: '#AA2BBA'

red 170 ◦ green 43 ◦ blue 186

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

Shades of Dark Orchid #AA2BBA

Tints of Dark Orchid #AA2BBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 46.62%

R = 42.61%
G = 10.78%
B = 46.62%

CMYK

 C value IS 0.09

 M value IS 0.77

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AA2BBA (or 0xAA2BBA) is known color: Dark Orchid. HEX triplet: AA, 2B and BA. RGB value is (170,43,186). Sum of RGB (Red+Green+Blue) = 170+43+186=399 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.61% from 399); Green value is 43 (17.19% from 255 or 10.78% from 399); Blue value is 186 (73.05% from 255 or 46.62% from 399); Max value from RGB is 186 - color contains mainly: blue. Hex color #AA2BBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA2BBA is #55D445. Grayscale: #606060. Windows color (decimal): -5624902 or 12200874. OLE color: 12200874.

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

Color convert

RGB 170 43 186 -
CMYK 0.09 0.77 0 0.27
HSL 293.29º 0.62% 0.45% -
HSV(B) 293.29º 0.77% 0.73% -
XYZ 26.3 13.82 47.74 -
YUV 97.28 178.08 179.87 -
System Red Green Blue C M Y K H S L
Decimal 170 43 186 0.09 0.77 0 0.27 293.29 0.62 0.45
Hex AA 2B BA 9 4D 0 1B 125 3E 2D
Octal 252 53 272 11 115 0 33 445 76 55
Binary 10101010 101011 10111010 1001 1001101 0 11011 100100101 111110 101101

Color Harmonies of #AA2BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA2BBA

Black with #AA2BBA

Text Example


Text Example

White with #AA2BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA2BBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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