Html Css Color HEX #A04992 Violet Blue

📋 copy color: '#A04992'

red 160 ◦ green 73 ◦ blue 146

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

Shades of Violet Blue #A04992

Tints of Violet Blue #A04992

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 38.52%

R = 42.22%
G = 19.26%
B = 38.52%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.09

 K value IS 0.37

RGB Variations

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

Color information

#A04992 (or 0xA04992) is known color: Violet Blue. HEX triplet: A0, 49 and 92. RGB value is (160,73,146). Sum of RGB (Red+Green+Blue) = 160+73+146=379 (50% of max value = 765). Red value is 160 (62.89% from 255 or 42.22% from 379); Green value is 73 (28.91% from 255 or 19.26% from 379); Blue value is 146 (57.42% from 255 or 38.52% from 379); Max value from RGB is 160 - color contains mainly: red. Hex color #A04992 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A04992 is #5FB66D. Grayscale: #6B6B6B. Windows color (decimal): -6272622 or 9587104. OLE color: 9587104.

HSL color Cylindrical-coordinate representation of color #A04992: hue angle of 309.66º 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 #A04992 is Cyan = 0, Magento = 0.54, Yellow = 0.09 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 73 146 -
CMYK 0 0.54 0.09 0.37
HSL 309.66º 0.37% 0.46% -
HSV(B) 309.66º 0.54% 0.63% -
XYZ 22.07 14.31 28.79 -
YUV 107.34 149.82 165.56 -
System Red Green Blue C M Y K H S L
Decimal 160 73 146 0 0.54 0.09 0.37 309.66 0.37 0.46
Hex A0 49 92 0 36 9 25 136 25 2E
Octal 240 111 222 0 66 11 45 466 45 56
Binary 10100000 1001001 10010010 0 110110 1001 100101 100110110 100101 101110

Color Harmonies of #A04992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04992

Black with #A04992

Text Example


Text Example

White with #A04992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04992; }

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

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

background-color css

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

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

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

border-color css

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

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

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