Html Css Color HEX #AA609E Violet Blue

📋 copy color: '#AA609E'

red 170 ◦ green 96 ◦ blue 158

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

Shades of Violet Blue #AA609E

Tints of Violet Blue #AA609E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 37.26%

R = 40.09%
G = 22.64%
B = 37.26%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.07

 K value IS 0.33

RGB Variations

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

Color information

#AA609E (or 0xAA609E) is known color: Violet Blue. HEX triplet: AA, 60 and 9E. RGB value is (170,96,158). Sum of RGB (Red+Green+Blue) = 170+96+158=424 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40.09% from 424); Green value is 96 (37.89% from 255 or 22.64% from 424); Blue value is 158 (62.11% from 255 or 37.26% from 424); Max value from RGB is 170 - color contains mainly: red. Hex color #AA609E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA609E is #559F61. Grayscale: #7D7D7D. Windows color (decimal): -5611362 or 10379434. OLE color: 10379434.

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

Color convert

RGB 170 96 158 -
CMYK 0 0.44 0.07 0.33
HSL 309.73º 0.3% 0.52% -
HSV(B) 309.73º 0.44% 0.67% -
XYZ 26.93 19.38 34.67 -
YUV 125.19 146.52 159.96 -
System Red Green Blue C M Y K H S L
Decimal 170 96 158 0 0.44 0.07 0.33 309.73 0.3 0.52
Hex AA 60 9E 0 2C 7 21 136 1E 34
Octal 252 140 236 0 54 7 41 466 36 64
Binary 10101010 1100000 10011110 0 101100 111 100001 100110110 11110 110100

Color Harmonies of #AA609E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA609E

Black with #AA609E

Text Example


Text Example

White with #AA609E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA609E; }

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

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

background-color css

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

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

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

border-color css

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

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

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