Html Css Color HEX #AA4D9E Violet Blue

📋 copy color: '#AA4D9E'

red 170 ◦ green 77 ◦ blue 158

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

Shades of Violet Blue #AA4D9E

Tints of Violet Blue #AA4D9E

RGB

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

 GREEN value IS 77 (30.47% from 255) = 19.01%

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

R = 41.98%
G = 19.01%
B = 39.01%

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

#AA4D9E (or 0xAA4D9E) is known color: Violet Blue. HEX triplet: AA, 4D and 9E. RGB value is (170,77,158). Sum of RGB (Red+Green+Blue) = 170+77+158=405 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.98% from 405); Green value is 77 (30.47% from 255 or 19.01% from 405); Blue value is 158 (62.11% from 255 or 39.01% from 405); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4D9E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA4D9E is #55B261. Grayscale: #717171. Windows color (decimal): -5616226 or 10374570. OLE color: 10374570.

HSL color Cylindrical-coordinate representation of color #AA4D9E: hue angle of 307.74º 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 #AA4D9E is Cyan = 0, Magento = 0.55, Yellow = 0.07 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 77 158 -
CMYK 0 0.55 0.07 0.33
HSL 307.74º 0.38% 0.48% -
HSV(B) 307.74º 0.55% 0.67% -
XYZ 25.4 16.32 34.16 -
YUV 114.04 152.81 167.91 -
System Red Green Blue C M Y K H S L
Decimal 170 77 158 0 0.55 0.07 0.33 307.74 0.38 0.48
Hex AA 4D 9E 0 37 7 21 134 26 30
Octal 252 115 236 0 67 7 41 464 46 60
Binary 10101010 1001101 10011110 0 110111 111 100001 100110100 100110 110000

Color Harmonies of #AA4D9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4D9E

Black with #AA4D9E

Text Example


Text Example

White with #AA4D9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4D9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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