Html Css Color HEX #AA2BE1 Dark Orchid

📋 copy color: '#AA2BE1'

red 170 ◦ green 43 ◦ blue 225

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

Shades of Dark Orchid #AA2BE1

Tints of Dark Orchid #AA2BE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 51.37%

R = 38.81%
G = 9.82%
B = 51.37%

CMYK

 C value IS 0.24

 M value IS 0.81

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#AA2BE1 (or 0xAA2BE1) is known color: Dark Orchid. HEX triplet: AA, 2B and E1. RGB value is (170,43,225). Sum of RGB (Red+Green+Blue) = 170+43+225=438 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.81% from 438); Green value is 43 (17.19% from 255 or 9.82% from 438); Blue value is 225 (88.28% from 255 or 51.37% from 438); Max value from RGB is 225 - color contains mainly: blue. Hex color #AA2BE1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA2BE1 is #55D41E. Grayscale: #656565. Windows color (decimal): -5624863 or 14756778. OLE color: 14756778.

HSL color Cylindrical-coordinate representation of color #AA2BE1: hue angle of 281.87º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AA2BE1 is Cyan = 0.24, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 170 43 225 -
CMYK 0.24 0.81 0 0.12
HSL 281.87º 0.75% 0.53% -
HSV(B) 281.87º 0.81% 0.88% -
XYZ 31.03 15.71 72.63 -
YUV 101.72 197.58 176.7 -
System Red Green Blue C M Y K H S L
Decimal 170 43 225 0.24 0.81 0 0.12 281.87 0.75 0.53
Hex AA 2B E1 18 51 0 C 11A 4B 35
Octal 252 53 341 30 121 0 14 432 113 65
Binary 10101010 101011 11100001 11000 1010001 0 1100 100011010 1001011 110101

Color Harmonies of #AA2BE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA2BE1

Black with #AA2BE1

Text Example


Text Example

White with #AA2BE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA2BE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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