Html Css Color HEX #AA699F Violet Blue

📋 copy color: '#AA699F'

red 170 ◦ green 105 ◦ blue 159

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

Shades of Violet Blue #AA699F

Tints of Violet Blue #AA699F

RGB

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

 GREEN value IS 105 (41.41% from 255) = 24.19%

 BLUE value IS 159 (62.5% from 255) = 36.64%

R = 39.17%
G = 24.19%
B = 36.64%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.06

 K value IS 0.33

RGB Variations

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

Color information

#AA699F (or 0xAA699F) is known color: Violet Blue. HEX triplet: AA, 69 and 9F. RGB value is (170,105,159). Sum of RGB (Red+Green+Blue) = 170+105+159=434 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.17% from 434); Green value is 105 (41.41% from 255 or 24.19% from 434); Blue value is 159 (62.5% from 255 or 36.64% from 434); Max value from RGB is 170 - color contains mainly: red. Hex color #AA699F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA699F is #559660. Grayscale: #828282. Windows color (decimal): -5609057 or 10447274. OLE color: 10447274.

HSL color Cylindrical-coordinate representation of color #AA699F: hue angle of 310.15º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AA699F is Cyan = 0, Magento = 0.38, Yellow = 0.06 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 105 159 -
CMYK 0 0.38 0.06 0.33
HSL 310.15º 0.28% 0.54% -
HSV(B) 310.15º 0.38% 0.67% -
XYZ 27.89 21.15 35.41 -
YUV 130.59 144.03 156.11 -
System Red Green Blue C M Y K H S L
Decimal 170 105 159 0 0.38 0.06 0.33 310.15 0.28 0.54
Hex AA 69 9F 0 26 6 21 136 1C 36
Octal 252 151 237 0 46 6 41 466 34 66
Binary 10101010 1101001 10011111 0 100110 110 100001 100110110 11100 110110

Color Harmonies of #AA699F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA699F

Black with #AA699F

Text Example


Text Example

White with #AA699F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA699F; }

 p { color: rgb(170,105,159); }

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

background-color css

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

 a { background-color: rgb(170,105,159); }

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

border-color css

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

 span { border-color: rgb(170,105,159); }

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