Html Css Color HEX #AA6199 Violet Blue

📋 copy color: '#AA6199'

red 170 ◦ green 97 ◦ blue 153

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

Shades of Violet Blue #AA6199

Tints of Violet Blue #AA6199

RGB

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

 GREEN value IS 97 (38.28% from 255) = 23.1%

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

R = 40.48%
G = 23.1%
B = 36.43%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.1

 K value IS 0.33

RGB Variations

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

Color information

#AA6199 (or 0xAA6199) is known color: Violet Blue. HEX triplet: AA, 61 and 99. RGB value is (170,97,153). Sum of RGB (Red+Green+Blue) = 170+97+153=420 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.48% from 420); Green value is 97 (38.28% from 255 or 23.10% from 420); Blue value is 153 (60.16% from 255 or 36.43% from 420); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6199 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA6199 is #559E66. Grayscale: #7D7D7D. Windows color (decimal): -5611111 or 10052010. OLE color: 10052010.

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

Color convert

RGB 170 97 153 -
CMYK 0 0.43 0.1 0.33
HSL 313.97º 0.3% 0.52% -
HSV(B) 313.97º 0.43% 0.67% -
XYZ 26.6 19.4 32.48 -
YUV 125.21 143.68 159.95 -
System Red Green Blue C M Y K H S L
Decimal 170 97 153 0 0.43 0.1 0.33 313.97 0.3 0.52
Hex AA 61 99 0 2B A 21 13A 1E 34
Octal 252 141 231 0 53 12 41 472 36 64
Binary 10101010 1100001 10011001 0 101011 1010 100001 100111010 11110 110100

Color Harmonies of #AA6199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6199

Black with #AA6199

Text Example


Text Example

White with #AA6199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6199; }

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

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

background-color css

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

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

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

border-color css

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

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

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