Html Css Color HEX #AA2BBE Dark Orchid

📋 copy color: '#AA2BBE'

red 170 ◦ green 43 ◦ blue 190

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

Shades of Dark Orchid #AA2BBE

Tints of Dark Orchid #AA2BBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 47.15%

R = 42.18%
G = 10.67%
B = 47.15%

CMYK

 C value IS 0.11

 M value IS 0.77

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AA2BBE (or 0xAA2BBE) is known color: Dark Orchid. HEX triplet: AA, 2B and BE. RGB value is (170,43,190). Sum of RGB (Red+Green+Blue) = 170+43+190=403 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.18% from 403); Green value is 43 (17.19% from 255 or 10.67% from 403); Blue value is 190 (74.61% from 255 or 47.15% from 403); Max value from RGB is 190 - color contains mainly: blue. Hex color #AA2BBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA2BBE is #55D441. Grayscale: #616161. Windows color (decimal): -5624898 or 12463018. OLE color: 12463018.

HSL color Cylindrical-coordinate representation of color #AA2BBE: hue angle of 291.84º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AA2BBE is Cyan = 0.11, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 170 43 190 -
CMYK 0.11 0.77 0 0.25
HSL 291.84º 0.63% 0.46% -
HSV(B) 291.84º 0.77% 0.75% -
XYZ 26.74 13.99 50.01 -
YUV 97.73 180.08 179.55 -
System Red Green Blue C M Y K H S L
Decimal 170 43 190 0.11 0.77 0 0.25 291.84 0.63 0.46
Hex AA 2B BE B 4D 0 19 124 3F 2E
Octal 252 53 276 13 115 0 31 444 77 56
Binary 10101010 101011 10111110 1011 1001101 0 11001 100100100 111111 101110

Color Harmonies of #AA2BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA2BBE

Black with #AA2BBE

Text Example


Text Example

White with #AA2BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA2BBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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