Html Css Color HEX #AA1ED8 Dark Orchid

📋 copy color: '#AA1ED8'

red 170 ◦ green 30 ◦ blue 216

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

Shades of Dark Orchid #AA1ED8

Tints of Dark Orchid #AA1ED8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 51.92%

R = 40.87%
G = 7.21%
B = 51.92%

CMYK

 C value IS 0.21

 M value IS 0.86

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AA1ED8 (or 0xAA1ED8) is known color: Dark Orchid. HEX triplet: AA, 1E and D8. RGB value is (170,30,216). Sum of RGB (Red+Green+Blue) = 170+30+216=416 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.87% from 416); Green value is 30 (12.11% from 255 or 7.21% from 416); Blue value is 216 (84.77% from 255 or 51.92% from 416); Max value from RGB is 216 - color contains mainly: blue. Hex color #AA1ED8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA1ED8 is #55E127. Grayscale: #5C5C5C. Windows color (decimal): -5628200 or 14163626. OLE color: 14163626.

HSL color Cylindrical-coordinate representation of color #AA1ED8: hue angle of 285.16º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AA1ED8 is Cyan = 0.21, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 170 30 216 -
CMYK 0.21 0.86 0 0.15
HSL 285.16º 0.76% 0.48% -
HSV(B) 285.16º 0.86% 0.85% -
XYZ 29.44 14.43 66.2 -
YUV 93.06 197.38 182.88 -
System Red Green Blue C M Y K H S L
Decimal 170 30 216 0.21 0.86 0 0.15 285.16 0.76 0.48
Hex AA 1E D8 15 56 0 F 11D 4C 30
Octal 252 36 330 25 126 0 17 435 114 60
Binary 10101010 11110 11011000 10101 1010110 0 1111 100011101 1001100 110000

Color Harmonies of #AA1ED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1ED8

Black with #AA1ED8

Text Example


Text Example

White with #AA1ED8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1ED8; }

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

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

background-color css

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

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

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

border-color css

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

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

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