Html Css Color HEX #AA4E9C Violet Blue

📋 copy color: '#AA4E9C'

red 170 ◦ green 78 ◦ blue 156

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

Shades of Violet Blue #AA4E9C

Tints of Violet Blue #AA4E9C

RGB

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

 GREEN value IS 78 (30.86% from 255) = 19.31%

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

R = 42.08%
G = 19.31%
B = 38.61%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.08

 K value IS 0.33

RGB Variations

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

Color information

#AA4E9C (or 0xAA4E9C) is known color: Violet Blue. HEX triplet: AA, 4E and 9C. RGB value is (170,78,156). Sum of RGB (Red+Green+Blue) = 170+78+156=404 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.08% from 404); Green value is 78 (30.86% from 255 or 19.31% from 404); Blue value is 156 (61.33% from 255 or 38.61% from 404); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4E9C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA4E9C is #55B163. Grayscale: #727272. Windows color (decimal): -5615972 or 10243754. OLE color: 10243754.

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

Color convert

RGB 170 78 156 -
CMYK 0 0.54 0.08 0.33
HSL 309.13º 0.37% 0.49% -
HSV(B) 309.13º 0.54% 0.67% -
XYZ 25.3 16.4 33.28 -
YUV 114.4 151.48 167.66 -
System Red Green Blue C M Y K H S L
Decimal 170 78 156 0 0.54 0.08 0.33 309.13 0.37 0.49
Hex AA 4E 9C 0 36 8 21 135 25 31
Octal 252 116 234 0 66 10 41 465 45 61
Binary 10101010 1001110 10011100 0 110110 1000 100001 100110101 100101 110001

Color Harmonies of #AA4E9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4E9C

Black with #AA4E9C

Text Example


Text Example

White with #AA4E9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4E9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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