Html Css Color HEX #A05997 Violet Blue

📋 copy color: '#A05997'

red 160 ◦ green 89 ◦ blue 151

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

Shades of Violet Blue #A05997

Tints of Violet Blue #A05997

RGB

 RED value IS 160 (62.89% from 255) = 40%

 GREEN value IS 89 (35.16% from 255) = 22.25%

 BLUE value IS 151 (59.38% from 255) = 37.75%

R = 40%
G = 22.25%
B = 37.75%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.06

 K value IS 0.37

RGB Variations

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

Color information

#A05997 (or 0xA05997) is known color: Violet Blue. HEX triplet: A0, 59 and 97. RGB value is (160,89,151). Sum of RGB (Red+Green+Blue) = 160+89+151=400 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40% from 400); Green value is 89 (35.16% from 255 or 22.25% from 400); Blue value is 151 (59.38% from 255 or 37.75% from 400); Max value from RGB is 160 - color contains mainly: red. Hex color #A05997 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A05997 is #5FA668. Grayscale: #757575. Windows color (decimal): -6268521 or 9918880. OLE color: 9918880.

HSL color Cylindrical-coordinate representation of color #A05997: hue angle of 307.61º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A05997 is Cyan = 0, Magento = 0.44, Yellow = 0.06 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 89 151 -
CMYK 0 0.44 0.06 0.37
HSL 307.61º 0.29% 0.49% -
HSV(B) 307.61º 0.44% 0.63% -
XYZ 23.66 16.85 31.28 -
YUV 117.3 147.02 158.46 -
System Red Green Blue C M Y K H S L
Decimal 160 89 151 0 0.44 0.06 0.37 307.61 0.29 0.49
Hex A0 59 97 0 2C 6 25 134 1D 31
Octal 240 131 227 0 54 6 45 464 35 61
Binary 10100000 1011001 10010111 0 101100 110 100101 100110100 11101 110001

Color Harmonies of #A05997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05997

Black with #A05997

Text Example


Text Example

White with #A05997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05997; }

 p { color: rgb(160,89,151); }

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

background-color css

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

 a { background-color: rgb(160,89,151); }

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

border-color css

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

 span { border-color: rgb(160,89,151); }

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