Html Css Color HEX #AA699D Violet Blue

📋 copy color: '#AA699D'

red 170 ◦ green 105 ◦ blue 157

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

Shades of Violet Blue #AA699D

Tints of Violet Blue #AA699D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 36.34%

R = 39.35%
G = 24.31%
B = 36.34%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.08

 K value IS 0.33

RGB Variations

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

Color information

#AA699D (or 0xAA699D) is known color: Violet Blue. HEX triplet: AA, 69 and 9D. RGB value is (170,105,157). Sum of RGB (Red+Green+Blue) = 170+105+157=432 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.35% from 432); Green value is 105 (41.41% from 255 or 24.31% from 432); Blue value is 157 (61.72% from 255 or 36.34% from 432); Max value from RGB is 170 - color contains mainly: red. Hex color #AA699D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA699D is #559662. Grayscale: #828282. Windows color (decimal): -5609059 or 10316202. OLE color: 10316202.

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

Color convert

RGB 170 105 157 -
CMYK 0 0.38 0.08 0.33
HSL 312º 0.28% 0.54% -
HSV(B) 312º 0.38% 0.67% -
XYZ 27.71 21.08 34.51 -
YUV 130.36 143.03 156.27 -
System Red Green Blue C M Y K H S L
Decimal 170 105 157 0 0.38 0.08 0.33 312 0.28 0.54
Hex AA 69 9D 0 26 8 21 138 1C 36
Octal 252 151 235 0 46 10 41 470 34 66
Binary 10101010 1101001 10011101 0 100110 1000 100001 100111000 11100 110110

Color Harmonies of #AA699D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA699D

Black with #AA699D

Text Example


Text Example

White with #AA699D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA699D; }

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

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

background-color css

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

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

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

border-color css

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

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

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