Html Css Color HEX #AA3EE9 Dark Orchid

📋 copy color: '#AA3EE9'

red 170 ◦ green 62 ◦ blue 233

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

Shades of Dark Orchid #AA3EE9

Tints of Dark Orchid #AA3EE9

RGB

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

 GREEN value IS 62 (24.61% from 255) = 13.33%

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

R = 36.56%
G = 13.33%
B = 50.11%

CMYK

 C value IS 0.27

 M value IS 0.73

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#AA3EE9 (or 0xAA3EE9) is known color: Dark Orchid. HEX triplet: AA, 3E and E9. RGB value is (170,62,233). Sum of RGB (Red+Green+Blue) = 170+62+233=465 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.56% from 465); Green value is 62 (24.61% from 255 or 13.33% from 465); Blue value is 233 (91.41% from 255 or 50.11% from 465); Max value from RGB is 233 - color contains mainly: blue. Hex color #AA3EE9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA3EE9 is #55C116. Grayscale: #717171. Windows color (decimal): -5619991 or 15285930. OLE color: 15285930.

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

Color convert

RGB 170 62 233 -
CMYK 0.27 0.73 0 0.09
HSL 277.89º 0.8% 0.58% -
HSV(B) 277.89º 0.73% 0.91% -
XYZ 33.01 17.87 78.8 -
YUV 113.79 195.28 168.1 -
System Red Green Blue C M Y K H S L
Decimal 170 62 233 0.27 0.73 0 0.09 277.89 0.8 0.58
Hex AA 3E E9 1B 49 0 9 116 50 3A
Octal 252 76 351 33 111 0 11 426 120 72
Binary 10101010 111110 11101001 11011 1001001 0 1001 100010110 1010000 111010

Color Harmonies of #AA3EE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3EE9

Black with #AA3EE9

Text Example


Text Example

White with #AA3EE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3EE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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