Html Css Color HEX #AA659B Violet Blue

📋 copy color: '#AA659B'

red 170 ◦ green 101 ◦ blue 155

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

Shades of Violet Blue #AA659B

Tints of Violet Blue #AA659B

RGB

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

 GREEN value IS 101 (39.84% from 255) = 23.71%

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

R = 39.91%
G = 23.71%
B = 36.38%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.09

 K value IS 0.33

RGB Variations

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

Color information

#AA659B (or 0xAA659B) is known color: Violet Blue. HEX triplet: AA, 65 and 9B. RGB value is (170,101,155). Sum of RGB (Red+Green+Blue) = 170+101+155=426 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.91% from 426); Green value is 101 (39.84% from 255 or 23.71% from 426); Blue value is 155 (60.94% from 255 or 36.38% from 426); Max value from RGB is 170 - color contains mainly: red. Hex color #AA659B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA659B is #559A64. Grayscale: #7F7F7F. Windows color (decimal): -5610085 or 10184106. OLE color: 10184106.

HSL color Cylindrical-coordinate representation of color #AA659B: hue angle of 313.04º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AA659B is Cyan = 0, Magento = 0.41, Yellow = 0.09 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 101 155 -
CMYK 0 0.41 0.09 0.33
HSL 313.04º 0.29% 0.53% -
HSV(B) 313.04º 0.41% 0.67% -
XYZ 27.15 20.22 33.48 -
YUV 127.79 143.36 158.11 -
System Red Green Blue C M Y K H S L
Decimal 170 101 155 0 0.41 0.09 0.33 313.04 0.29 0.53
Hex AA 65 9B 0 29 9 21 139 1D 35
Octal 252 145 233 0 51 11 41 471 35 65
Binary 10101010 1100101 10011011 0 101001 1001 100001 100111001 11101 110101

Color Harmonies of #AA659B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA659B

Black with #AA659B

Text Example


Text Example

White with #AA659B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA659B; }

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

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

background-color css

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

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

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

border-color css

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

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

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