Html Css Color HEX #A04595 Violet Blue

📋 copy color: '#A04595'

red 160 ◦ green 69 ◦ blue 149

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

Shades of Violet Blue #A04595

Tints of Violet Blue #A04595

RGB

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

 GREEN value IS 69 (27.34% from 255) = 18.25%

 BLUE value IS 149 (58.59% from 255) = 39.42%

R = 42.33%
G = 18.25%
B = 39.42%

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

#A04595 (or 0xA04595) is known color: Violet Blue. HEX triplet: A0, 45 and 95. RGB value is (160,69,149). Sum of RGB (Red+Green+Blue) = 160+69+149=378 (50% of max value = 765). Red value is 160 (62.89% from 255 or 42.33% from 378); Green value is 69 (27.34% from 255 or 18.25% from 378); Blue value is 149 (58.59% from 255 or 39.42% from 378); Max value from RGB is 160 - color contains mainly: red. Hex color #A04595 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A04595 is #5FBA6A. Grayscale: #696969. Windows color (decimal): -6273643 or 9782688. OLE color: 9782688.

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

Color convert

RGB 160 69 149 -
CMYK 0 0.57 0.07 0.37
HSL 307.25º 0.4% 0.45% -
HSV(B) 307.25º 0.57% 0.63% -
XYZ 22.05 13.9 29.95 -
YUV 105.33 152.65 167 -
System Red Green Blue C M Y K H S L
Decimal 160 69 149 0 0.57 0.07 0.37 307.25 0.4 0.45
Hex A0 45 95 0 39 7 25 133 28 2D
Octal 240 105 225 0 71 7 45 463 50 55
Binary 10100000 1000101 10010101 0 111001 111 100101 100110011 101000 101101

Color Harmonies of #A04595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04595

Black with #A04595

Text Example


Text Example

White with #A04595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04595; }

 p { color: rgb(160,69,149); }

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

background-color css

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

 a { background-color: rgb(160,69,149); }

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

border-color css

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

 span { border-color: rgb(160,69,149); }

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