Html Css Color HEX #AA2BE9 Dark Orchid

📋 copy color: '#AA2BE9'

red 170 ◦ green 43 ◦ blue 233

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

Shades of Dark Orchid #AA2BE9

Tints of Dark Orchid #AA2BE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 52.24%

R = 38.12%
G = 9.64%
B = 52.24%

CMYK

 C value IS 0.27

 M value IS 0.82

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#AA2BE9 (or 0xAA2BE9) is known color: Dark Orchid. HEX triplet: AA, 2B and E9. RGB value is (170,43,233). Sum of RGB (Red+Green+Blue) = 170+43+233=446 (59% of max value = 765). Red value is 170 (66.80% from 255 or 38.12% from 446); Green value is 43 (17.19% from 255 or 9.64% from 446); Blue value is 233 (91.41% from 255 or 52.24% from 446); Max value from RGB is 233 - color contains mainly: blue. Hex color #AA2BE9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA2BE9 is #55D416. Grayscale: #666666. Windows color (decimal): -5624855 or 15281066. OLE color: 15281066.

HSL color Cylindrical-coordinate representation of color #AA2BE9: hue angle of 280.11º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AA2BE9 is Cyan = 0.27, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 170 43 233 -
CMYK 0.27 0.82 0 0.09
HSL 280.11º 0.81% 0.54% -
HSV(B) 280.11º 0.82% 0.91% -
XYZ 32.15 16.16 78.51 -
YUV 102.63 201.58 176.05 -
System Red Green Blue C M Y K H S L
Decimal 170 43 233 0.27 0.82 0 0.09 280.11 0.81 0.54
Hex AA 2B E9 1B 52 0 9 118 51 36
Octal 252 53 351 33 122 0 11 430 121 66
Binary 10101010 101011 11101001 11011 1010010 0 1001 100011000 1010001 110110

Color Harmonies of #AA2BE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA2BE9

Black with #AA2BE9

Text Example


Text Example

White with #AA2BE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA2BE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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