Html Css Color HEX #AA609C Violet Blue

📋 copy color: '#AA609C'

red 170 ◦ green 96 ◦ blue 156

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

Shades of Violet Blue #AA609C

Tints of Violet Blue #AA609C

RGB

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

 GREEN value IS 96 (37.89% from 255) = 22.75%

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

R = 40.28%
G = 22.75%
B = 36.97%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.08

 K value IS 0.33

RGB Variations

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

Color information

#AA609C (or 0xAA609C) is known color: Violet Blue. HEX triplet: AA, 60 and 9C. RGB value is (170,96,156). Sum of RGB (Red+Green+Blue) = 170+96+156=422 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.28% from 422); Green value is 96 (37.89% from 255 or 22.75% from 422); Blue value is 156 (61.33% from 255 or 36.97% from 422); Max value from RGB is 170 - color contains mainly: red. Hex color #AA609C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA609C is #559F63. Grayscale: #7C7C7C. Windows color (decimal): -5611364 or 10248362. OLE color: 10248362.

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

Color convert

RGB 170 96 156 -
CMYK 0 0.44 0.08 0.33
HSL 311.35º 0.3% 0.52% -
HSV(B) 311.35º 0.44% 0.67% -
XYZ 26.76 19.31 33.77 -
YUV 124.97 145.52 160.12 -
System Red Green Blue C M Y K H S L
Decimal 170 96 156 0 0.44 0.08 0.33 311.35 0.3 0.52
Hex AA 60 9C 0 2C 8 21 137 1E 34
Octal 252 140 234 0 54 10 41 467 36 64
Binary 10101010 1100000 10011100 0 101100 1000 100001 100110111 11110 110100

Color Harmonies of #AA609C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA609C

Black with #AA609C

Text Example


Text Example

White with #AA609C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA609C; }

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

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

background-color css

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

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

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

border-color css

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

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

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