Html Css Color HEX #AA2EBE Dark Orchid

📋 copy color: '#AA2EBE'

red 170 ◦ green 46 ◦ blue 190

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

Shades of Dark Orchid #AA2EBE

Tints of Dark Orchid #AA2EBE

RGB

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

 GREEN value IS 46 (18.36% from 255) = 11.33%

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

R = 41.87%
G = 11.33%
B = 46.8%

CMYK

 C value IS 0.11

 M value IS 0.76

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AA2EBE (or 0xAA2EBE) is known color: Dark Orchid. HEX triplet: AA, 2E and BE. RGB value is (170,46,190). Sum of RGB (Red+Green+Blue) = 170+46+190=406 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.87% from 406); Green value is 46 (18.36% from 255 or 11.33% from 406); Blue value is 190 (74.61% from 255 or 46.80% from 406); Max value from RGB is 190 - color contains mainly: blue. Hex color #AA2EBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA2EBE is #55D141. Grayscale: #636363. Windows color (decimal): -5624130 or 12463786. OLE color: 12463786.

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

Color convert

RGB 170 46 190 -
CMYK 0.11 0.76 0 0.25
HSL 291.67º 0.61% 0.46% -
HSV(B) 291.67º 0.76% 0.75% -
XYZ 26.85 14.22 50.04 -
YUV 99.49 179.08 178.29 -
System Red Green Blue C M Y K H S L
Decimal 170 46 190 0.11 0.76 0 0.25 291.67 0.61 0.46
Hex AA 2E BE B 4C 0 19 124 3D 2E
Octal 252 56 276 13 114 0 31 444 75 56
Binary 10101010 101110 10111110 1011 1001100 0 11001 100100100 111101 101110

Color Harmonies of #AA2EBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA2EBE

Black with #AA2EBE

Text Example


Text Example

White with #AA2EBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA2EBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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