Html Css Color HEX #AA2EC1 Dark Orchid

📋 copy color: '#AA2EC1'

red 170 ◦ green 46 ◦ blue 193

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

Shades of Dark Orchid #AA2EC1

Tints of Dark Orchid #AA2EC1

RGB

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

 GREEN value IS 46 (18.36% from 255) = 11.25%

 BLUE value IS 193 (75.78% from 255) = 47.19%

R = 41.56%
G = 11.25%
B = 47.19%

CMYK

 C value IS 0.12

 M value IS 0.76

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#AA2EC1 (or 0xAA2EC1) is known color: Dark Orchid. HEX triplet: AA, 2E and C1. RGB value is (170,46,193). Sum of RGB (Red+Green+Blue) = 170+46+193=409 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.56% from 409); Green value is 46 (18.36% from 255 or 11.25% from 409); Blue value is 193 (75.78% from 255 or 47.19% from 409); Max value from RGB is 193 - color contains mainly: blue. Hex color #AA2EC1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA2EC1 is #55D13E. Grayscale: #636363. Windows color (decimal): -5624127 or 12660394. OLE color: 12660394.

HSL color Cylindrical-coordinate representation of color #AA2EC1: hue angle of 290.61º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AA2EC1 is Cyan = 0.12, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 170 46 193 -
CMYK 0.12 0.76 0 0.24
HSL 290.61º 0.62% 0.47% -
HSV(B) 290.61º 0.76% 0.76% -
XYZ 27.18 14.35 51.79 -
YUV 99.83 180.58 178.05 -
System Red Green Blue C M Y K H S L
Decimal 170 46 193 0.12 0.76 0 0.24 290.61 0.62 0.47
Hex AA 2E C1 C 4C 0 18 123 3E 2F
Octal 252 56 301 14 114 0 30 443 76 57
Binary 10101010 101110 11000001 1100 1001100 0 11000 100100011 111110 101111

Color Harmonies of #AA2EC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA2EC1

Black with #AA2EC1

Text Example


Text Example

White with #AA2EC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA2EC1; }

 p { color: rgb(170,46,193); }

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

background-color css

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

 a { background-color: rgb(170,46,193); }

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

border-color css

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

 span { border-color: rgb(170,46,193); }

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