Html Css Color HEX #AA10BC Dark Violet

📋 copy color: '#AA10BC'

red 170 ◦ green 16 ◦ blue 188

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

Shades of Dark Violet #AA10BC

Tints of Dark Violet #AA10BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 50.27%

R = 45.45%
G = 4.28%
B = 50.27%

CMYK

 C value IS 0.10

 M value IS 0.91

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AA10BC (or 0xAA10BC) is known color: Dark Violet. HEX triplet: AA, 10 and BC. RGB value is (170,16,188). Sum of RGB (Red+Green+Blue) = 170+16+188=374 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.45% from 374); Green value is 16 (6.64% from 255 or 4.28% from 374); Blue value is 188 (73.83% from 255 or 50.27% from 374); Max value from RGB is 188 - color contains mainly: blue. Hex color #AA10BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA10BC is #55EF43. Grayscale: #515151. Windows color (decimal): -5631812 or 12325034. OLE color: 12325034.

HSL color Cylindrical-coordinate representation of color #AA10BC: hue angle of 293.72º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AA10BC is Cyan = 0.10, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 170 16 188 -
CMYK 0.10 0.91 0 0.26
HSL 293.72º 0.84% 0.4% -
HSV(B) 293.72º 0.91% 0.74% -
XYZ 25.84 12.55 48.64 -
YUV 81.65 188.02 191.01 -
System Red Green Blue C M Y K H S L
Decimal 170 16 188 0.10 0.91 0 0.26 293.72 0.84 0.4
Hex AA 10 BC A 5B 0 1A 126 54 28
Octal 252 20 274 12 133 0 32 446 124 50
Binary 10101010 10000 10111100 1010 1011011 0 11010 100100110 1010100 101000

Color Harmonies of #AA10BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA10BC

Black with #AA10BC

Text Example


Text Example

White with #AA10BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA10BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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