Html Css Color HEX #AA2CE1 Dark Orchid

📋 copy color: '#AA2CE1'

red 170 ◦ green 44 ◦ blue 225

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

Shades of Dark Orchid #AA2CE1

Tints of Dark Orchid #AA2CE1

RGB

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

 GREEN value IS 44 (17.58% from 255) = 10.02%

 BLUE value IS 225 (88.28% from 255) = 51.25%

R = 38.72%
G = 10.02%
B = 51.25%

CMYK

 C value IS 0.24

 M value IS 0.80

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#AA2CE1 (or 0xAA2CE1) is known color: Dark Orchid. HEX triplet: AA, 2C and E1. RGB value is (170,44,225). Sum of RGB (Red+Green+Blue) = 170+44+225=439 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.72% from 439); Green value is 44 (17.58% from 255 or 10.02% from 439); Blue value is 225 (88.28% from 255 or 51.25% from 439); Max value from RGB is 225 - color contains mainly: blue. Hex color #AA2CE1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA2CE1 is #55D31E. Grayscale: #656565. Windows color (decimal): -5624607 or 14757034. OLE color: 14757034.

HSL color Cylindrical-coordinate representation of color #AA2CE1: hue angle of 281.77º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AA2CE1 is Cyan = 0.24, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 170 44 225 -
CMYK 0.24 0.80 0 0.12
HSL 281.77º 0.75% 0.53% -
HSV(B) 281.77º 0.8% 0.88% -
XYZ 31.07 15.78 72.64 -
YUV 102.31 197.24 176.28 -
System Red Green Blue C M Y K H S L
Decimal 170 44 225 0.24 0.80 0 0.12 281.77 0.75 0.53
Hex AA 2C E1 18 50 0 C 11A 4B 35
Octal 252 54 341 30 120 0 14 432 113 65
Binary 10101010 101100 11100001 11000 1010000 0 1100 100011010 1001011 110101

Color Harmonies of #AA2CE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA2CE1

Black with #AA2CE1

Text Example


Text Example

White with #AA2CE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA2CE1; }

 p { color: rgb(170,44,225); }

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

background-color css

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

 a { background-color: rgb(170,44,225); }

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

border-color css

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

 span { border-color: rgb(170,44,225); }

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