Html Css Color HEX #AA609B Violet Blue

📋 copy color: '#AA609B'

red 170 ◦ green 96 ◦ blue 155

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

Shades of Violet Blue #AA609B

Tints of Violet Blue #AA609B

RGB

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

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

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

R = 40.38%
G = 22.8%
B = 36.82%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.09

 K value IS 0.33

RGB Variations

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

Color information

#AA609B (or 0xAA609B) is known color: Violet Blue. HEX triplet: AA, 60 and 9B. RGB value is (170,96,155). Sum of RGB (Red+Green+Blue) = 170+96+155=421 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.38% from 421); Green value is 96 (37.89% from 255 or 22.80% from 421); Blue value is 155 (60.94% from 255 or 36.82% from 421); Max value from RGB is 170 - color contains mainly: red. Hex color #AA609B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA609B is #559F64. Grayscale: #7C7C7C. Windows color (decimal): -5611365 or 10182826. OLE color: 10182826.

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

Color convert

RGB 170 96 155 -
CMYK 0 0.44 0.09 0.33
HSL 312.16º 0.3% 0.52% -
HSV(B) 312.16º 0.44% 0.67% -
XYZ 26.68 19.28 33.33 -
YUV 124.85 145.02 160.2 -
System Red Green Blue C M Y K H S L
Decimal 170 96 155 0 0.44 0.09 0.33 312.16 0.3 0.52
Hex AA 60 9B 0 2C 9 21 138 1E 34
Octal 252 140 233 0 54 11 41 470 36 64
Binary 10101010 1100000 10011011 0 101100 1001 100001 100111000 11110 110100

Color Harmonies of #AA609B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA609B

Black with #AA609B

Text Example


Text Example

White with #AA609B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA609B; }

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

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

background-color css

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

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

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

border-color css

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

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

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