Html Css Color HEX #A04095 Violet Blue

📋 copy color: '#A04095'

red 160 ◦ green 64 ◦ blue 149

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

Shades of Violet Blue #A04095

Tints of Violet Blue #A04095

RGB

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

 GREEN value IS 64 (25.39% from 255) = 17.16%

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

R = 42.9%
G = 17.16%
B = 39.95%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.07

 K value IS 0.37

RGB Variations

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

Color information

#A04095 (or 0xA04095) is known color: Violet Blue. HEX triplet: A0, 40 and 95. RGB value is (160,64,149). Sum of RGB (Red+Green+Blue) = 160+64+149=373 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.90% from 373); Green value is 64 (25.39% from 255 or 17.16% from 373); Blue value is 149 (58.59% from 255 or 39.95% from 373); Max value from RGB is 160 - color contains mainly: red. Hex color #A04095 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A04095 is #5FBF6A. Grayscale: #666666. Windows color (decimal): -6274923 or 9781408. OLE color: 9781408.

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

Color convert

RGB 160 64 149 -
CMYK 0 0.6 0.07 0.37
HSL 306.88º 0.43% 0.44% -
HSV(B) 306.88º 0.6% 0.63% -
XYZ 21.76 13.31 29.86 -
YUV 102.39 154.3 169.09 -
System Red Green Blue C M Y K H S L
Decimal 160 64 149 0 0.6 0.07 0.37 306.88 0.43 0.44
Hex A0 40 95 0 3C 7 25 133 2B 2C
Octal 240 100 225 0 74 7 45 463 53 54
Binary 10100000 1000000 10010101 0 111100 111 100101 100110011 101011 101100

Color Harmonies of #A04095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04095

Black with #A04095

Text Example


Text Example

White with #A04095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04095; }

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

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

background-color css

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

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

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

border-color css

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

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

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