Html Css Color HEX #AA1EE7 Dark Orchid

📋 copy color: '#AA1EE7'

red 170 ◦ green 30 ◦ blue 231

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

Shades of Dark Orchid #AA1EE7

Tints of Dark Orchid #AA1EE7

RGB

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

 GREEN value IS 30 (12.11% from 255) = 6.96%

 BLUE value IS 231 (90.63% from 255) = 53.6%

R = 39.44%
G = 6.96%
B = 53.6%

CMYK

 C value IS 0.26

 M value IS 0.87

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#AA1EE7 (or 0xAA1EE7) is known color: Dark Orchid. HEX triplet: AA, 1E and E7. RGB value is (170,30,231). Sum of RGB (Red+Green+Blue) = 170+30+231=431 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.44% from 431); Green value is 30 (12.11% from 255 or 6.96% from 431); Blue value is 231 (90.62% from 255 or 53.60% from 431); Max value from RGB is 231 - color contains mainly: blue. Hex color #AA1EE7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA1EE7 is #55E118. Grayscale: #5E5E5E. Windows color (decimal): -5628185 or 15146666. OLE color: 15146666.

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

Color convert

RGB 170 30 231 -
CMYK 0.26 0.87 0 0.09
HSL 281.79º 0.81% 0.51% -
HSV(B) 281.79º 0.87% 0.91% -
XYZ 31.47 15.24 76.89 -
YUV 94.77 204.88 181.66 -
System Red Green Blue C M Y K H S L
Decimal 170 30 231 0.26 0.87 0 0.09 281.79 0.81 0.51
Hex AA 1E E7 1A 57 0 9 11A 51 33
Octal 252 36 347 32 127 0 11 432 121 63
Binary 10101010 11110 11100111 11010 1010111 0 1001 100011010 1010001 110011

Color Harmonies of #AA1EE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1EE7

Black with #AA1EE7

Text Example


Text Example

White with #AA1EE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1EE7; }

 p { color: rgb(170,30,231); }

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

background-color css

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

 a { background-color: rgb(170,30,231); }

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

border-color css

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

 span { border-color: rgb(170,30,231); }

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