Html Css Color HEX #AA4599 Violet Blue

📋 copy color: '#AA4599'

red 170 ◦ green 69 ◦ blue 153

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

Shades of Violet Blue #AA4599

Tints of Violet Blue #AA4599

RGB

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

 GREEN value IS 69 (27.34% from 255) = 17.6%

 BLUE value IS 153 (60.16% from 255) = 39.03%

R = 43.37%
G = 17.6%
B = 39.03%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.1

 K value IS 0.33

RGB Variations

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

Color information

#AA4599 (or 0xAA4599) is known color: Violet Blue. HEX triplet: AA, 45 and 99. RGB value is (170,69,153). Sum of RGB (Red+Green+Blue) = 170+69+153=392 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.37% from 392); Green value is 69 (27.34% from 255 or 17.60% from 392); Blue value is 153 (60.16% from 255 or 39.03% from 392); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4599 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA4599 is #55BA66. Grayscale: #6C6C6C. Windows color (decimal): -5618279 or 10044842. OLE color: 10044842.

HSL color Cylindrical-coordinate representation of color #AA4599: hue angle of 310.1º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AA4599 is Cyan = 0, Magento = 0.59, Yellow = 0.1 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 69 153 -
CMYK 0 0.59 0.1 0.33
HSL 310.1º 0.42% 0.47% -
HSV(B) 310.1º 0.59% 0.67% -
XYZ 24.46 15.1 31.76 -
YUV 108.78 152.96 171.67 -
System Red Green Blue C M Y K H S L
Decimal 170 69 153 0 0.59 0.1 0.33 310.1 0.42 0.47
Hex AA 45 99 0 3B A 21 136 2A 2F
Octal 252 105 231 0 73 12 41 466 52 57
Binary 10101010 1000101 10011001 0 111011 1010 100001 100110110 101010 101111

Color Harmonies of #AA4599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4599

Black with #AA4599

Text Example


Text Example

White with #AA4599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4599; }

 p { color: rgb(170,69,153); }

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

background-color css

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

 a { background-color: rgb(170,69,153); }

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

border-color css

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

 span { border-color: rgb(170,69,153); }

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