Html Css Color HEX #AA1EC5 Dark Orchid

📋 copy color: '#AA1EC5'

red 170 ◦ green 30 ◦ blue 197

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

Shades of Dark Orchid #AA1EC5

Tints of Dark Orchid #AA1EC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 49.62%

R = 42.82%
G = 7.56%
B = 49.62%

CMYK

 C value IS 0.14

 M value IS 0.85

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#AA1EC5 (or 0xAA1EC5) is known color: Dark Orchid. HEX triplet: AA, 1E and C5. RGB value is (170,30,197). Sum of RGB (Red+Green+Blue) = 170+30+197=397 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.82% from 397); Green value is 30 (12.11% from 255 or 7.56% from 397); Blue value is 197 (77.34% from 255 or 49.62% from 397); Max value from RGB is 197 - color contains mainly: blue. Hex color #AA1EC5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA1EC5 is #55E13A. Grayscale: #5A5A5A. Windows color (decimal): -5628219 or 12918442. OLE color: 12918442.

HSL color Cylindrical-coordinate representation of color #AA1EC5: hue angle of 290.3º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AA1EC5 is Cyan = 0.14, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 170 30 197 -
CMYK 0.14 0.85 0 0.23
HSL 290.3º 0.74% 0.45% -
HSV(B) 290.3º 0.85% 0.77% -
XYZ 27.12 13.51 54 -
YUV 90.9 187.88 184.42 -
System Red Green Blue C M Y K H S L
Decimal 170 30 197 0.14 0.85 0 0.23 290.3 0.74 0.45
Hex AA 1E C5 E 55 0 17 122 4A 2D
Octal 252 36 305 16 125 0 27 442 112 55
Binary 10101010 11110 11000101 1110 1010101 0 10111 100100010 1001010 101101

Color Harmonies of #AA1EC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1EC5

Black with #AA1EC5

Text Example


Text Example

White with #AA1EC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1EC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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