Html Css Color HEX #AA6095 Violet Blue

📋 copy color: '#AA6095'

red 170 ◦ green 96 ◦ blue 149

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

Shades of Violet Blue #AA6095

Tints of Violet Blue #AA6095

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 35.9%

R = 40.96%
G = 23.13%
B = 35.9%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.12

 K value IS 0.33

RGB Variations

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

Color information

#AA6095 (or 0xAA6095) is known color: Violet Blue. HEX triplet: AA, 60 and 95. RGB value is (170,96,149). Sum of RGB (Red+Green+Blue) = 170+96+149=415 (54% of max value = 765). Red value is 170 (66.80% from 255 or 40.96% from 415); Green value is 96 (37.89% from 255 or 23.13% from 415); Blue value is 149 (58.59% from 255 or 35.90% from 415); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6095 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA6095 is #559F6A. Grayscale: #7C7C7C. Windows color (decimal): -5611371 or 9789610. OLE color: 9789610.

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

Color convert

RGB 170 96 149 -
CMYK 0 0.44 0.12 0.33
HSL 317.03º 0.3% 0.52% -
HSV(B) 317.03º 0.44% 0.67% -
XYZ 26.19 19.08 30.74 -
YUV 124.17 142.02 160.69 -
System Red Green Blue C M Y K H S L
Decimal 170 96 149 0 0.44 0.12 0.33 317.03 0.3 0.52
Hex AA 60 95 0 2C C 21 13D 1E 34
Octal 252 140 225 0 54 14 41 475 36 64
Binary 10101010 1100000 10010101 0 101100 1100 100001 100111101 11110 110100

Color Harmonies of #AA6095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6095

Black with #AA6095

Text Example


Text Example

White with #AA6095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6095; }

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

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

background-color css

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

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

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

border-color css

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

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

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