Html Css Color HEX #A04993 Violet Blue

📋 copy color: '#A04993'

red 160 ◦ green 73 ◦ blue 147

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

Shades of Violet Blue #A04993

Tints of Violet Blue #A04993

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 38.68%

R = 42.11%
G = 19.21%
B = 38.68%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.08

 K value IS 0.37

RGB Variations

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

Color information

#A04993 (or 0xA04993) is known color: Violet Blue. HEX triplet: A0, 49 and 93. RGB value is (160,73,147). Sum of RGB (Red+Green+Blue) = 160+73+147=380 (50% of max value = 765). Red value is 160 (62.89% from 255 or 42.11% from 380); Green value is 73 (28.91% from 255 or 19.21% from 380); Blue value is 147 (57.81% from 255 or 38.68% from 380); Max value from RGB is 160 - color contains mainly: red. Hex color #A04993 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A04993 is #5FB66C. Grayscale: #6B6B6B. Windows color (decimal): -6272621 or 9652640. OLE color: 9652640.

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

Color convert

RGB 160 73 147 -
CMYK 0 0.54 0.08 0.37
HSL 308.97º 0.37% 0.46% -
HSV(B) 308.97º 0.54% 0.63% -
XYZ 22.15 14.35 29.21 -
YUV 107.45 150.32 165.48 -
System Red Green Blue C M Y K H S L
Decimal 160 73 147 0 0.54 0.08 0.37 308.97 0.37 0.46
Hex A0 49 93 0 36 8 25 135 25 2E
Octal 240 111 223 0 66 10 45 465 45 56
Binary 10100000 1001001 10010011 0 110110 1000 100101 100110101 100101 101110

Color Harmonies of #A04993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04993

Black with #A04993

Text Example


Text Example

White with #A04993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04993; }

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

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

background-color css

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

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

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

border-color css

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

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

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