Html Css Color HEX #AA4F99 Violet Blue

📋 copy color: '#AA4F99'

red 170 ◦ green 79 ◦ blue 153

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

Shades of Violet Blue #AA4F99

Tints of Violet Blue #AA4F99

RGB

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

 GREEN value IS 79 (31.25% from 255) = 19.65%

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

R = 42.29%
G = 19.65%
B = 38.06%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.1

 K value IS 0.33

RGB Variations

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

Color information

#AA4F99 (or 0xAA4F99) is known color: Violet Blue. HEX triplet: AA, 4F and 99. RGB value is (170,79,153). Sum of RGB (Red+Green+Blue) = 170+79+153=402 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.29% from 402); Green value is 79 (31.25% from 255 or 19.65% from 402); Blue value is 153 (60.16% from 255 or 38.06% from 402); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4F99 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA4F99 is #55B066. Grayscale: #727272. Windows color (decimal): -5615719 or 10047402. OLE color: 10047402.

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

Color convert

RGB 170 79 153 -
CMYK 0 0.54 0.1 0.33
HSL 311.21º 0.37% 0.49% -
HSV(B) 311.21º 0.54% 0.67% -
XYZ 25.12 16.44 31.99 -
YUV 114.65 149.65 167.48 -
System Red Green Blue C M Y K H S L
Decimal 170 79 153 0 0.54 0.1 0.33 311.21 0.37 0.49
Hex AA 4F 99 0 36 A 21 137 25 31
Octal 252 117 231 0 66 12 41 467 45 61
Binary 10101010 1001111 10011001 0 110110 1010 100001 100110111 100101 110001

Color Harmonies of #AA4F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4F99

Black with #AA4F99

Text Example


Text Example

White with #AA4F99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4F99; }

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

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

background-color css

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

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

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

border-color css

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

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

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