Html Css Color HEX #AA0CE1 Dark Violet

📋 copy color: '#AA0CE1'

red 170 ◦ green 12 ◦ blue 225

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

Shades of Dark Violet #AA0CE1

Tints of Dark Violet #AA0CE1

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.95%

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

R = 41.77%
G = 2.95%
B = 55.28%

CMYK

 C value IS 0.24

 M value IS 0.95

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#AA0CE1 (or 0xAA0CE1) is known color: Dark Violet. HEX triplet: AA, 0C and E1. RGB value is (170,12,225). Sum of RGB (Red+Green+Blue) = 170+12+225=407 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.77% from 407); Green value is 12 (5.08% from 255 or 2.95% from 407); Blue value is 225 (88.28% from 255 or 55.28% from 407); Max value from RGB is 225 - color contains mainly: blue. Hex color #AA0CE1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA0CE1 is #55F31E. Grayscale: #525252. Windows color (decimal): -5632799 or 14748842. OLE color: 14748842.

HSL color Cylindrical-coordinate representation of color #AA0CE1: hue angle of 284.51º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AA0CE1 is Cyan = 0.24, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 170 12 225 -
CMYK 0.24 0.95 0 0.12
HSL 284.51º 0.9% 0.46% -
HSV(B) 284.51º 0.95% 0.88% -
XYZ 30.3 14.25 72.39 -
YUV 83.52 207.85 189.68 -
System Red Green Blue C M Y K H S L
Decimal 170 12 225 0.24 0.95 0 0.12 284.51 0.9 0.46
Hex AA C E1 18 5F 0 C 11D 5A 2E
Octal 252 14 341 30 137 0 14 435 132 56
Binary 10101010 1100 11100001 11000 1011111 0 1100 100011101 1011010 101110

Color Harmonies of #AA0CE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0CE1

Black with #AA0CE1

Text Example


Text Example

White with #AA0CE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0CE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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