Html Css Color HEX #AA609F Violet Blue

📋 copy color: '#AA609F'

red 170 ◦ green 96 ◦ blue 159

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

Shades of Violet Blue #AA609F

Tints of Violet Blue #AA609F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 37.41%

R = 40%
G = 22.59%
B = 37.41%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.06

 K value IS 0.33

RGB Variations

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

Color information

#AA609F (or 0xAA609F) is known color: Violet Blue. HEX triplet: AA, 60 and 9F. RGB value is (170,96,159). Sum of RGB (Red+Green+Blue) = 170+96+159=425 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40% from 425); Green value is 96 (37.89% from 255 or 22.59% from 425); Blue value is 159 (62.5% from 255 or 37.41% from 425); Max value from RGB is 170 - color contains mainly: red. Hex color #AA609F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA609F is #559F60. Grayscale: #7D7D7D. Windows color (decimal): -5611361 or 10444970. OLE color: 10444970.

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

Color convert

RGB 170 96 159 -
CMYK 0 0.44 0.06 0.33
HSL 308.92º 0.3% 0.52% -
HSV(B) 308.92º 0.44% 0.67% -
XYZ 27.02 19.41 35.12 -
YUV 125.31 147.02 159.88 -
System Red Green Blue C M Y K H S L
Decimal 170 96 159 0 0.44 0.06 0.33 308.92 0.3 0.52
Hex AA 60 9F 0 2C 6 21 135 1E 34
Octal 252 140 237 0 54 6 41 465 36 64
Binary 10101010 1100000 10011111 0 101100 110 100001 100110101 11110 110100

Color Harmonies of #AA609F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA609F

Black with #AA609F

Text Example


Text Example

White with #AA609F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA609F; }

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

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

background-color css

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

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

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

border-color css

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

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

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