Html Css Color HEX #AA1EC0 Dark Orchid

📋 copy color: '#AA1EC0'

red 170 ◦ green 30 ◦ blue 192

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

Shades of Dark Orchid #AA1EC0

Tints of Dark Orchid #AA1EC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 48.98%

R = 43.37%
G = 7.65%
B = 48.98%

CMYK

 C value IS 0.11

 M value IS 0.84

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AA1EC0 (or 0xAA1EC0) is known color: Dark Orchid. HEX triplet: AA, 1E and C0. RGB value is (170,30,192). Sum of RGB (Red+Green+Blue) = 170+30+192=392 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.37% from 392); Green value is 30 (12.11% from 255 or 7.65% from 392); Blue value is 192 (75.39% from 255 or 48.98% from 392); Max value from RGB is 192 - color contains mainly: blue. Hex color #AA1EC0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA1EC0 is #55E13F. Grayscale: #595959. Windows color (decimal): -5628224 or 12590762. OLE color: 12590762.

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

Color convert

RGB 170 30 192 -
CMYK 0.11 0.84 0 0.25
HSL 291.85º 0.73% 0.44% -
HSV(B) 291.85º 0.84% 0.75% -
XYZ 26.56 13.28 51.03 -
YUV 90.33 185.38 184.83 -
System Red Green Blue C M Y K H S L
Decimal 170 30 192 0.11 0.84 0 0.25 291.85 0.73 0.44
Hex AA 1E C0 B 54 0 19 124 49 2C
Octal 252 36 300 13 124 0 31 444 111 54
Binary 10101010 11110 11000000 1011 1010100 0 11001 100100100 1001001 101100

Color Harmonies of #AA1EC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1EC0

Black with #AA1EC0

Text Example


Text Example

White with #AA1EC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1EC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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