Html Css Color HEX #AA4B9C Violet Blue

📋 copy color: '#AA4B9C'

red 170 ◦ green 75 ◦ blue 156

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

Shades of Violet Blue #AA4B9C

Tints of Violet Blue #AA4B9C

RGB

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

 GREEN value IS 75 (29.69% from 255) = 18.7%

 BLUE value IS 156 (61.33% from 255) = 38.9%

R = 42.39%
G = 18.7%
B = 38.9%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.08

 K value IS 0.33

RGB Variations

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

Color information

#AA4B9C (or 0xAA4B9C) is known color: Violet Blue. HEX triplet: AA, 4B and 9C. RGB value is (170,75,156). Sum of RGB (Red+Green+Blue) = 170+75+156=401 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.39% from 401); Green value is 75 (29.69% from 255 or 18.70% from 401); Blue value is 156 (61.33% from 255 or 38.90% from 401); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4B9C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA4B9C is #55B463. Grayscale: #707070. Windows color (decimal): -5616740 or 10242986. OLE color: 10242986.

HSL color Cylindrical-coordinate representation of color #AA4B9C: hue angle of 308.84º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AA4B9C is Cyan = 0, Magento = 0.56, Yellow = 0.08 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 75 156 -
CMYK 0 0.56 0.08 0.33
HSL 308.84º 0.39% 0.48% -
HSV(B) 308.84º 0.56% 0.67% -
XYZ 25.09 15.98 33.21 -
YUV 112.64 152.47 168.91 -
System Red Green Blue C M Y K H S L
Decimal 170 75 156 0 0.56 0.08 0.33 308.84 0.39 0.48
Hex AA 4B 9C 0 38 8 21 135 27 30
Octal 252 113 234 0 70 10 41 465 47 60
Binary 10101010 1001011 10011100 0 111000 1000 100001 100110101 100111 110000

Color Harmonies of #AA4B9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4B9C

Black with #AA4B9C

Text Example


Text Example

White with #AA4B9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4B9C; }

 p { color: rgb(170,75,156); }

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

background-color css

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

 a { background-color: rgb(170,75,156); }

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

border-color css

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

 span { border-color: rgb(170,75,156); }

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