Html Css Color HEX #AA689C Violet Blue

📋 copy color: '#AA689C'

red 170 ◦ green 104 ◦ blue 156

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

Shades of Violet Blue #AA689C

Tints of Violet Blue #AA689C

RGB

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

 GREEN value IS 104 (41.02% from 255) = 24.19%

 BLUE value IS 156 (61.33% from 255) = 36.28%

R = 39.53%
G = 24.19%
B = 36.28%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.08

 K value IS 0.33

RGB Variations

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

Color information

#AA689C (or 0xAA689C) is known color: Violet Blue. HEX triplet: AA, 68 and 9C. RGB value is (170,104,156). Sum of RGB (Red+Green+Blue) = 170+104+156=430 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.53% from 430); Green value is 104 (41.02% from 255 or 24.19% from 430); Blue value is 156 (61.33% from 255 or 36.28% from 430); Max value from RGB is 170 - color contains mainly: red. Hex color #AA689C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA689C is #559763. Grayscale: #818181. Windows color (decimal): -5609316 or 10250410. OLE color: 10250410.

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

Color convert

RGB 170 104 156 -
CMYK 0 0.39 0.08 0.33
HSL 312.73º 0.28% 0.54% -
HSV(B) 312.73º 0.39% 0.67% -
XYZ 27.53 20.85 34.03 -
YUV 129.66 142.87 156.77 -
System Red Green Blue C M Y K H S L
Decimal 170 104 156 0 0.39 0.08 0.33 312.73 0.28 0.54
Hex AA 68 9C 0 27 8 21 139 1C 36
Octal 252 150 234 0 47 10 41 471 34 66
Binary 10101010 1101000 10011100 0 100111 1000 100001 100111001 11100 110110

Color Harmonies of #AA689C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA689C

Black with #AA689C

Text Example


Text Example

White with #AA689C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA689C; }

 p { color: rgb(170,104,156); }

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

background-color css

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

 a { background-color: rgb(170,104,156); }

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

border-color css

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

 span { border-color: rgb(170,104,156); }

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