Html Css Color HEX #AA699B Violet Blue

📋 copy color: '#AA699B'

red 170 ◦ green 105 ◦ blue 155

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

Shades of Violet Blue #AA699B

Tints of Violet Blue #AA699B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 36.05%

R = 39.53%
G = 24.42%
B = 36.05%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.09

 K value IS 0.33

RGB Variations

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

Color information

#AA699B (or 0xAA699B) is known color: Violet Blue. HEX triplet: AA, 69 and 9B. RGB value is (170,105,155). Sum of RGB (Red+Green+Blue) = 170+105+155=430 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.53% from 430); Green value is 105 (41.41% from 255 or 24.42% from 430); Blue value is 155 (60.94% from 255 or 36.05% from 430); Max value from RGB is 170 - color contains mainly: red. Hex color #AA699B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA699B is #559664. Grayscale: #828282. Windows color (decimal): -5609061 or 10185130. OLE color: 10185130.

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

Color convert

RGB 170 105 155 -
CMYK 0 0.38 0.09 0.33
HSL 313.85º 0.28% 0.54% -
HSV(B) 313.85º 0.38% 0.67% -
XYZ 27.55 21.02 33.61 -
YUV 130.14 142.03 156.43 -
System Red Green Blue C M Y K H S L
Decimal 170 105 155 0 0.38 0.09 0.33 313.85 0.28 0.54
Hex AA 69 9B 0 26 9 21 13A 1C 36
Octal 252 151 233 0 46 11 41 472 34 66
Binary 10101010 1101001 10011011 0 100110 1001 100001 100111010 11100 110110

Color Harmonies of #AA699B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA699B

Black with #AA699B

Text Example


Text Example

White with #AA699B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA699B; }

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

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

background-color css

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

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

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

border-color css

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

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

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