Html Css Color HEX #AA0ACB Dark Violet

📋 copy color: '#AA0ACB'

red 170 ◦ green 10 ◦ blue 203

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

Shades of Dark Violet #AA0ACB

Tints of Dark Violet #AA0ACB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 53%

R = 44.39%
G = 2.61%
B = 53%

CMYK

 C value IS 0.16

 M value IS 0.95

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AA0ACB (or 0xAA0ACB) is known color: Dark Violet. HEX triplet: AA, 0A and CB. RGB value is (170,10,203). Sum of RGB (Red+Green+Blue) = 170+10+203=383 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.39% from 383); Green value is 10 (4.30% from 255 or 2.61% from 383); Blue value is 203 (79.69% from 255 or 53.00% from 383); Max value from RGB is 203 - color contains mainly: blue. Hex color #AA0ACB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA0ACB is #55F534. Grayscale: #4F4F4F. Windows color (decimal): -5633333 or 13306538. OLE color: 13306538.

HSL color Cylindrical-coordinate representation of color #AA0ACB: hue angle of 289.74º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AA0ACB is Cyan = 0.16, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 170 10 203 -
CMYK 0.16 0.95 0 0.20
HSL 289.74º 0.91% 0.42% -
HSV(B) 289.74º 0.95% 0.8% -
XYZ 27.47 13.07 57.58 -
YUV 79.84 197.51 192.31 -
System Red Green Blue C M Y K H S L
Decimal 170 10 203 0.16 0.95 0 0.20 289.74 0.91 0.42
Hex AA A CB 10 5F 0 14 122 5B 2A
Octal 252 12 313 20 137 0 24 442 133 52
Binary 10101010 1010 11001011 10000 1011111 0 10100 100100010 1011011 101010

Color Harmonies of #AA0ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0ACB

Black with #AA0ACB

Text Example


Text Example

White with #AA0ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0ACB; }

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

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

background-color css

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

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

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

border-color css

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

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

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