Html Css Color HEX #AA0ABC Dark Violet

📋 copy color: '#AA0ABC'

red 170 ◦ green 10 ◦ blue 188

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

Shades of Dark Violet #AA0ABC

Tints of Dark Violet #AA0ABC

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.72%

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

R = 46.2%
G = 2.72%
B = 51.09%

CMYK

 C value IS 0.10

 M value IS 0.95

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AA0ABC (or 0xAA0ABC) is known color: Dark Violet. HEX triplet: AA, 0A and BC. RGB value is (170,10,188). Sum of RGB (Red+Green+Blue) = 170+10+188=368 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.20% from 368); Green value is 10 (4.30% from 255 or 2.72% from 368); Blue value is 188 (73.83% from 255 or 51.09% from 368); Max value from RGB is 188 - color contains mainly: blue. Hex color #AA0ABC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA0ABC is #55F543. Grayscale: #4D4D4D. Windows color (decimal): -5633348 or 12323498. OLE color: 12323498.

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

Color convert

RGB 170 10 188 -
CMYK 0.10 0.95 0 0.26
HSL 293.93º 0.9% 0.39% -
HSV(B) 293.93º 0.95% 0.74% -
XYZ 25.76 12.39 48.61 -
YUV 78.13 190.01 193.53 -
System Red Green Blue C M Y K H S L
Decimal 170 10 188 0.10 0.95 0 0.26 293.93 0.9 0.39
Hex AA A BC A 5F 0 1A 126 5A 27
Octal 252 12 274 12 137 0 32 446 132 47
Binary 10101010 1010 10111100 1010 1011111 0 11010 100100110 1011010 100111

Color Harmonies of #AA0ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0ABC

Black with #AA0ABC

Text Example


Text Example

White with #AA0ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0ABC; }

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

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

background-color css

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

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

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

border-color css

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

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

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