Html Css Color HEX #A04997 Violet Blue

📋 copy color: '#A04997'

red 160 ◦ green 73 ◦ blue 151

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

Shades of Violet Blue #A04997

Tints of Violet Blue #A04997

RGB

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

 GREEN value IS 73 (28.91% from 255) = 19.01%

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

R = 41.67%
G = 19.01%
B = 39.32%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.06

 K value IS 0.37

RGB Variations

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

Color information

#A04997 (or 0xA04997) is known color: Violet Blue. HEX triplet: A0, 49 and 97. RGB value is (160,73,151). Sum of RGB (Red+Green+Blue) = 160+73+151=384 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.67% from 384); Green value is 73 (28.91% from 255 or 19.01% from 384); Blue value is 151 (59.38% from 255 or 39.32% from 384); Max value from RGB is 160 - color contains mainly: red. Hex color #A04997 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A04997 is #5FB668. Grayscale: #6B6B6B. Windows color (decimal): -6272617 or 9914784. OLE color: 9914784.

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

Color convert

RGB 160 73 151 -
CMYK 0 0.54 0.06 0.37
HSL 306.21º 0.37% 0.46% -
HSV(B) 306.21º 0.54% 0.63% -
XYZ 22.47 14.47 30.89 -
YUV 107.91 152.32 165.16 -
System Red Green Blue C M Y K H S L
Decimal 160 73 151 0 0.54 0.06 0.37 306.21 0.37 0.46
Hex A0 49 97 0 36 6 25 132 25 2E
Octal 240 111 227 0 66 6 45 462 45 56
Binary 10100000 1001001 10010111 0 110110 110 100101 100110010 100101 101110

Color Harmonies of #A04997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04997

Black with #A04997

Text Example


Text Example

White with #A04997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04997; }

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

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

background-color css

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

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

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

border-color css

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

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

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