Html Css Color HEX #AA6599 Violet Blue

📋 copy color: '#AA6599'

red 170 ◦ green 101 ◦ blue 153

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

Shades of Violet Blue #AA6599

Tints of Violet Blue #AA6599

RGB

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

 GREEN value IS 101 (39.84% from 255) = 23.82%

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

R = 40.09%
G = 23.82%
B = 36.08%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.1

 K value IS 0.33

RGB Variations

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

Color information

#AA6599 (or 0xAA6599) is known color: Violet Blue. HEX triplet: AA, 65 and 99. RGB value is (170,101,153). Sum of RGB (Red+Green+Blue) = 170+101+153=424 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40.09% from 424); Green value is 101 (39.84% from 255 or 23.82% from 424); Blue value is 153 (60.16% from 255 or 36.08% from 424); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6599 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA6599 is #559A66. Grayscale: #7F7F7F. Windows color (decimal): -5610087 or 10053034. OLE color: 10053034.

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

Color convert

RGB 170 101 153 -
CMYK 0 0.41 0.1 0.33
HSL 314.78º 0.29% 0.53% -
HSV(B) 314.78º 0.41% 0.67% -
XYZ 26.98 20.15 32.6 -
YUV 127.56 142.36 158.27 -
System Red Green Blue C M Y K H S L
Decimal 170 101 153 0 0.41 0.1 0.33 314.78 0.29 0.53
Hex AA 65 99 0 29 A 21 13B 1D 35
Octal 252 145 231 0 51 12 41 473 35 65
Binary 10101010 1100101 10011001 0 101001 1010 100001 100111011 11101 110101

Color Harmonies of #AA6599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6599

Black with #AA6599

Text Example


Text Example

White with #AA6599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6599; }

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

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

background-color css

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

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

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

border-color css

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

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

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