Html Css Color HEX #AA4C9E Violet Blue

📋 copy color: '#AA4C9E'

red 170 ◦ green 76 ◦ blue 158

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

Shades of Violet Blue #AA4C9E

Tints of Violet Blue #AA4C9E

RGB

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

 GREEN value IS 76 (30.08% from 255) = 18.81%

 BLUE value IS 158 (62.11% from 255) = 39.11%

R = 42.08%
G = 18.81%
B = 39.11%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.07

 K value IS 0.33

RGB Variations

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

Color information

#AA4C9E (or 0xAA4C9E) is known color: Violet Blue. HEX triplet: AA, 4C and 9E. RGB value is (170,76,158). Sum of RGB (Red+Green+Blue) = 170+76+158=404 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.08% from 404); Green value is 76 (30.08% from 255 or 18.81% from 404); Blue value is 158 (62.11% from 255 or 39.11% from 404); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4C9E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA4C9E is #55B361. Grayscale: #717171. Windows color (decimal): -5616482 or 10374314. OLE color: 10374314.

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

Color convert

RGB 170 76 158 -
CMYK 0 0.55 0.07 0.33
HSL 307.66º 0.38% 0.48% -
HSV(B) 307.66º 0.55% 0.67% -
XYZ 25.33 16.18 34.14 -
YUV 113.45 153.14 168.33 -
System Red Green Blue C M Y K H S L
Decimal 170 76 158 0 0.55 0.07 0.33 307.66 0.38 0.48
Hex AA 4C 9E 0 37 7 21 134 26 30
Octal 252 114 236 0 67 7 41 464 46 60
Binary 10101010 1001100 10011110 0 110111 111 100001 100110100 100110 110000

Color Harmonies of #AA4C9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4C9E

Black with #AA4C9E

Text Example


Text Example

White with #AA4C9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4C9E; }

 p { color: rgb(170,76,158); }

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

background-color css

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

 a { background-color: rgb(170,76,158); }

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

border-color css

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

 span { border-color: rgb(170,76,158); }

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