Html Css Color HEX #AA2BE2 Dark Orchid

📋 copy color: '#AA2BE2'

red 170 ◦ green 43 ◦ blue 226

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

Shades of Dark Orchid #AA2BE2

Tints of Dark Orchid #AA2BE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 51.48%

R = 38.72%
G = 9.79%
B = 51.48%

CMYK

 C value IS 0.25

 M value IS 0.81

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#AA2BE2 (or 0xAA2BE2) is known color: Dark Orchid. HEX triplet: AA, 2B and E2. RGB value is (170,43,226). Sum of RGB (Red+Green+Blue) = 170+43+226=439 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.72% from 439); Green value is 43 (17.19% from 255 or 9.79% from 439); Blue value is 226 (88.67% from 255 or 51.48% from 439); Max value from RGB is 226 - color contains mainly: blue. Hex color #AA2BE2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA2BE2 is #55D41D. Grayscale: #656565. Windows color (decimal): -5624862 or 14822314. OLE color: 14822314.

HSL color Cylindrical-coordinate representation of color #AA2BE2: hue angle of 281.64º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AA2BE2 is Cyan = 0.25, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 170 43 226 -
CMYK 0.25 0.81 0 0.11
HSL 281.64º 0.76% 0.53% -
HSV(B) 281.64º 0.81% 0.89% -
XYZ 31.17 15.76 73.35 -
YUV 101.84 198.08 176.62 -
System Red Green Blue C M Y K H S L
Decimal 170 43 226 0.25 0.81 0 0.11 281.64 0.76 0.53
Hex AA 2B E2 19 51 0 B 11A 4C 35
Octal 252 53 342 31 121 0 13 432 114 65
Binary 10101010 101011 11100010 11001 1010001 0 1011 100011010 1001100 110101

Color Harmonies of #AA2BE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA2BE2

Black with #AA2BE2

Text Example


Text Example

White with #AA2BE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA2BE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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