Html Css Color HEX #AA10C1 Dark Violet

📋 copy color: '#AA10C1'

red 170 ◦ green 16 ◦ blue 193

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

Shades of Dark Violet #AA10C1

Tints of Dark Violet #AA10C1

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.22%

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

R = 44.85%
G = 4.22%
B = 50.92%

CMYK

 C value IS 0.12

 M value IS 0.92

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#AA10C1 (or 0xAA10C1) is known color: Dark Violet. HEX triplet: AA, 10 and C1. RGB value is (170,16,193). Sum of RGB (Red+Green+Blue) = 170+16+193=379 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.85% from 379); Green value is 16 (6.64% from 255 or 4.22% from 379); Blue value is 193 (75.78% from 255 or 50.92% from 379); Max value from RGB is 193 - color contains mainly: blue. Hex color #AA10C1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA10C1 is #55EF3E. Grayscale: #515151. Windows color (decimal): -5631807 or 12652714. OLE color: 12652714.

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

Color convert

RGB 170 16 193 -
CMYK 0.12 0.92 0 0.24
HSL 292.2º 0.85% 0.41% -
HSV(B) 292.2º 0.92% 0.76% -
XYZ 26.39 12.77 51.53 -
YUV 82.22 190.52 190.61 -
System Red Green Blue C M Y K H S L
Decimal 170 16 193 0.12 0.92 0 0.24 292.2 0.85 0.41
Hex AA 10 C1 C 5C 0 18 124 55 29
Octal 252 20 301 14 134 0 30 444 125 51
Binary 10101010 10000 11000001 1100 1011100 0 11000 100100100 1010101 101001

Color Harmonies of #AA10C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA10C1

Black with #AA10C1

Text Example


Text Example

White with #AA10C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA10C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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