Html Css Color HEX #A04494 Violet Blue

📋 copy color: '#A04494'

red 160 ◦ green 68 ◦ blue 148

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

Shades of Violet Blue #A04494

Tints of Violet Blue #A04494

RGB

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

 GREEN value IS 68 (26.95% from 255) = 18.09%

 BLUE value IS 148 (58.2% from 255) = 39.36%

R = 42.55%
G = 18.09%
B = 39.36%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.07

 K value IS 0.37

RGB Variations

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

Color information

#A04494 (or 0xA04494) is known color: Violet Blue. HEX triplet: A0, 44 and 94. RGB value is (160,68,148). Sum of RGB (Red+Green+Blue) = 160+68+148=376 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.55% from 376); Green value is 68 (26.95% from 255 or 18.09% from 376); Blue value is 148 (58.20% from 255 or 39.36% from 376); Max value from RGB is 160 - color contains mainly: red. Hex color #A04494 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A04494 is #5FBB6B. Grayscale: #686868. Windows color (decimal): -6273900 or 9716896. OLE color: 9716896.

HSL color Cylindrical-coordinate representation of color #A04494: hue angle of 307.83º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A04494 is Cyan = 0, Magento = 0.57, Yellow = 0.07 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 68 148 -
CMYK 0 0.57 0.07 0.37
HSL 307.83º 0.4% 0.45% -
HSV(B) 307.83º 0.58% 0.63% -
XYZ 21.91 13.75 29.52 -
YUV 104.63 152.48 167.5 -
System Red Green Blue C M Y K H S L
Decimal 160 68 148 0 0.57 0.07 0.37 307.83 0.4 0.45
Hex A0 44 94 0 39 7 25 134 28 2D
Octal 240 104 224 0 71 7 45 464 50 55
Binary 10100000 1000100 10010100 0 111001 111 100101 100110100 101000 101101

Color Harmonies of #A04494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04494

Black with #A04494

Text Example


Text Example

White with #A04494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04494; }

 p { color: rgb(160,68,148); }

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

background-color css

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

 a { background-color: rgb(160,68,148); }

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

border-color css

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

 span { border-color: rgb(160,68,148); }

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