Html Css Color HEX #AA5095 Violet Blue

📋 copy color: '#AA5095'

red 170 ◦ green 80 ◦ blue 149

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

Shades of Violet Blue #AA5095

Tints of Violet Blue #AA5095

RGB

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

 GREEN value IS 80 (31.64% from 255) = 20.05%

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

R = 42.61%
G = 20.05%
B = 37.34%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.12

 K value IS 0.33

RGB Variations

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

Color information

#AA5095 (or 0xAA5095) is known color: Violet Blue. HEX triplet: AA, 50 and 95. RGB value is (170,80,149). Sum of RGB (Red+Green+Blue) = 170+80+149=399 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.61% from 399); Green value is 80 (31.64% from 255 or 20.05% from 399); Blue value is 149 (58.59% from 255 or 37.34% from 399); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5095 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA5095 is #55AF6A. Grayscale: #727272. Windows color (decimal): -5615467 or 9785514. OLE color: 9785514.

HSL color Cylindrical-coordinate representation of color #AA5095: hue angle of 314º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AA5095 is Cyan = 0, Magento = 0.53, Yellow = 0.12 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 80 149 -
CMYK 0 0.53 0.12 0.33
HSL 314º 0.36% 0.49% -
HSV(B) 314º 0.53% 0.67% -
XYZ 24.87 16.45 30.3 -
YUV 114.78 147.32 167.39 -
System Red Green Blue C M Y K H S L
Decimal 170 80 149 0 0.53 0.12 0.33 314 0.36 0.49
Hex AA 50 95 0 35 C 21 13A 24 31
Octal 252 120 225 0 65 14 41 472 44 61
Binary 10101010 1010000 10010101 0 110101 1100 100001 100111010 100100 110001

Color Harmonies of #AA5095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5095

Black with #AA5095

Text Example


Text Example

White with #AA5095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5095; }

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

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

background-color css

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

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

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

border-color css

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

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

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