Html Css Color HEX #AA10BF Dark Violet

📋 copy color: '#AA10BF'

red 170 ◦ green 16 ◦ blue 191

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

Shades of Dark Violet #AA10BF

Tints of Dark Violet #AA10BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 50.66%

R = 45.09%
G = 4.24%
B = 50.66%

CMYK

 C value IS 0.11

 M value IS 0.92

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AA10BF (or 0xAA10BF) is known color: Dark Violet. HEX triplet: AA, 10 and BF. RGB value is (170,16,191). Sum of RGB (Red+Green+Blue) = 170+16+191=377 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.09% from 377); Green value is 16 (6.64% from 255 or 4.24% from 377); Blue value is 191 (75% from 255 or 50.66% from 377); Max value from RGB is 191 - color contains mainly: blue. Hex color #AA10BF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA10BF is #55EF40. Grayscale: #515151. Windows color (decimal): -5631809 or 12521642. OLE color: 12521642.

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

Color convert

RGB 170 16 191 -
CMYK 0.11 0.92 0 0.25
HSL 292.8º 0.85% 0.41% -
HSV(B) 292.8º 0.92% 0.75% -
XYZ 26.17 12.68 50.36 -
YUV 82 189.52 190.77 -
System Red Green Blue C M Y K H S L
Decimal 170 16 191 0.11 0.92 0 0.25 292.8 0.85 0.41
Hex AA 10 BF B 5C 0 19 125 55 29
Octal 252 20 277 13 134 0 31 445 125 51
Binary 10101010 10000 10111111 1011 1011100 0 11001 100100101 1010101 101001

Color Harmonies of #AA10BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA10BF

Black with #AA10BF

Text Example


Text Example

White with #AA10BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA10BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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