Html Css Color HEX #AA4699 Violet Blue

📋 copy color: '#AA4699'

red 170 ◦ green 70 ◦ blue 153

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

Shades of Violet Blue #AA4699

Tints of Violet Blue #AA4699

RGB

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

 GREEN value IS 70 (27.73% from 255) = 17.81%

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

R = 43.26%
G = 17.81%
B = 38.93%

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

#AA4699 (or 0xAA4699) is known color: Violet Blue. HEX triplet: AA, 46 and 99. RGB value is (170,70,153). Sum of RGB (Red+Green+Blue) = 170+70+153=393 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.26% from 393); Green value is 70 (27.73% from 255 or 17.81% from 393); Blue value is 153 (60.16% from 255 or 38.93% from 393); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4699 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA4699 is #55B966. Grayscale: #6D6D6D. Windows color (decimal): -5618023 or 10045098. OLE color: 10045098.

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

Color convert

RGB 170 70 153 -
CMYK 0 0.59 0.1 0.33
HSL 310.2º 0.42% 0.47% -
HSV(B) 310.2º 0.59% 0.67% -
XYZ 24.52 15.23 31.78 -
YUV 109.36 152.63 171.25 -
System Red Green Blue C M Y K H S L
Decimal 170 70 153 0 0.59 0.1 0.33 310.2 0.42 0.47
Hex AA 46 99 0 3B A 21 136 2A 2F
Octal 252 106 231 0 73 12 41 466 52 57
Binary 10101010 1000110 10011001 0 111011 1010 100001 100110110 101010 101111

Color Harmonies of #AA4699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4699

Black with #AA4699

Text Example


Text Example

White with #AA4699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4699; }

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

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

background-color css

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

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

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

border-color css

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

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

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