Html Css Color HEX #AA1EB8 Dark Orchid

📋 copy color: '#AA1EB8'

red 170 ◦ green 30 ◦ blue 184

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

Shades of Dark Orchid #AA1EB8

Tints of Dark Orchid #AA1EB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 47.92%

R = 44.27%
G = 7.81%
B = 47.92%

CMYK

 C value IS 0.08

 M value IS 0.84

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#AA1EB8 (or 0xAA1EB8) is known color: Dark Orchid. HEX triplet: AA, 1E and B8. RGB value is (170,30,184). Sum of RGB (Red+Green+Blue) = 170+30+184=384 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.27% from 384); Green value is 30 (12.11% from 255 or 7.81% from 384); Blue value is 184 (72.27% from 255 or 47.92% from 384); Max value from RGB is 184 - color contains mainly: blue. Hex color #AA1EB8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA1EB8 is #55E147. Grayscale: #585858. Windows color (decimal): -5628232 or 12066474. OLE color: 12066474.

HSL color Cylindrical-coordinate representation of color #AA1EB8: hue angle of 294.55º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AA1EB8 is Cyan = 0.08, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 170 30 184 -
CMYK 0.08 0.84 0 0.28
HSL 294.55º 0.72% 0.42% -
HSV(B) 294.55º 0.84% 0.72% -
XYZ 25.69 12.94 46.49 -
YUV 89.42 181.38 185.48 -
System Red Green Blue C M Y K H S L
Decimal 170 30 184 0.08 0.84 0 0.28 294.55 0.72 0.42
Hex AA 1E B8 8 54 0 1C 127 48 2A
Octal 252 36 270 10 124 0 34 447 110 52
Binary 10101010 11110 10111000 1000 1010100 0 11100 100100111 1001000 101010

Color Harmonies of #AA1EB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1EB8

Black with #AA1EB8

Text Example


Text Example

White with #AA1EB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1EB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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