Html Css Color HEX #AA5F99 Violet Blue

📋 copy color: '#AA5F99'

red 170 ◦ green 95 ◦ blue 153

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

Shades of Violet Blue #AA5F99

Tints of Violet Blue #AA5F99

RGB

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

 GREEN value IS 95 (37.5% from 255) = 22.73%

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

R = 40.67%
G = 22.73%
B = 36.6%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.1

 K value IS 0.33

RGB Variations

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

Color information

#AA5F99 (or 0xAA5F99) is known color: Violet Blue. HEX triplet: AA, 5F and 99. RGB value is (170,95,153). Sum of RGB (Red+Green+Blue) = 170+95+153=418 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.67% from 418); Green value is 95 (37.5% from 255 or 22.73% from 418); Blue value is 153 (60.16% from 255 or 36.60% from 418); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5F99 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA5F99 is #55A066. Grayscale: #7B7B7B. Windows color (decimal): -5611623 or 10051498. OLE color: 10051498.

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

Color convert

RGB 170 95 153 -
CMYK 0 0.44 0.1 0.33
HSL 313.6º 0.31% 0.52% -
HSV(B) 313.6º 0.44% 0.67% -
XYZ 26.42 19.03 32.42 -
YUV 124.04 144.35 160.78 -
System Red Green Blue C M Y K H S L
Decimal 170 95 153 0 0.44 0.1 0.33 313.6 0.31 0.52
Hex AA 5F 99 0 2C A 21 13A 1F 34
Octal 252 137 231 0 54 12 41 472 37 64
Binary 10101010 1011111 10011001 0 101100 1010 100001 100111010 11111 110100

Color Harmonies of #AA5F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5F99

Black with #AA5F99

Text Example


Text Example

White with #AA5F99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5F99; }

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

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

background-color css

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

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

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

border-color css

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

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

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