Html Css Color HEX #AA649A Violet Blue

📋 copy color: '#AA649A'

red 170 ◦ green 100 ◦ blue 154

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

Shades of Violet Blue #AA649A

Tints of Violet Blue #AA649A

RGB

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

 GREEN value IS 100 (39.45% from 255) = 23.58%

 BLUE value IS 154 (60.55% from 255) = 36.32%

R = 40.09%
G = 23.58%
B = 36.32%

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

#AA649A (or 0xAA649A) is known color: Violet Blue. HEX triplet: AA, 64 and 9A. RGB value is (170,100,154). Sum of RGB (Red+Green+Blue) = 170+100+154=424 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40.09% from 424); Green value is 100 (39.45% from 255 or 23.58% from 424); Blue value is 154 (60.55% from 255 or 36.32% from 424); Max value from RGB is 170 - color contains mainly: red. Hex color #AA649A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA649A is #559B65. Grayscale: #7E7E7E. Windows color (decimal): -5610342 or 10118314. OLE color: 10118314.

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

Color convert

RGB 170 100 154 -
CMYK 0 0.41 0.09 0.33
HSL 313.71º 0.29% 0.53% -
HSV(B) 313.71º 0.41% 0.67% -
XYZ 26.97 19.99 33.01 -
YUV 127.09 143.19 158.61 -
System Red Green Blue C M Y K H S L
Decimal 170 100 154 0 0.41 0.09 0.33 313.71 0.29 0.53
Hex AA 64 9A 0 29 9 21 13A 1D 35
Octal 252 144 232 0 51 11 41 472 35 65
Binary 10101010 1100100 10011010 0 101001 1001 100001 100111010 11101 110101

Color Harmonies of #AA649A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA649A

Black with #AA649A

Text Example


Text Example

White with #AA649A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA649A; }

 p { color: rgb(170,100,154); }

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

background-color css

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

 a { background-color: rgb(170,100,154); }

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

border-color css

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

 span { border-color: rgb(170,100,154); }

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