Html Css Color HEX #A04395 Violet Blue

📋 copy color: '#A04395'

red 160 ◦ green 67 ◦ blue 149

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

Shades of Violet Blue #A04395

Tints of Violet Blue #A04395

RGB

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

 GREEN value IS 67 (26.56% from 255) = 17.82%

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

R = 42.55%
G = 17.82%
B = 39.63%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.07

 K value IS 0.37

RGB Variations

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

Color information

#A04395 (or 0xA04395) is known color: Violet Blue. HEX triplet: A0, 43 and 95. RGB value is (160,67,149). Sum of RGB (Red+Green+Blue) = 160+67+149=376 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.55% from 376); Green value is 67 (26.56% from 255 or 17.82% from 376); Blue value is 149 (58.59% from 255 or 39.63% from 376); Max value from RGB is 160 - color contains mainly: red. Hex color #A04395 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A04395 is #5FBC6A. Grayscale: #676767. Windows color (decimal): -6274155 or 9782176. OLE color: 9782176.

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

Color convert

RGB 160 67 149 -
CMYK 0 0.58 0.07 0.37
HSL 307.1º 0.41% 0.45% -
HSV(B) 307.1º 0.58% 0.63% -
XYZ 21.93 13.66 29.91 -
YUV 104.16 153.31 167.83 -
System Red Green Blue C M Y K H S L
Decimal 160 67 149 0 0.58 0.07 0.37 307.1 0.41 0.45
Hex A0 43 95 0 3A 7 25 133 29 2D
Octal 240 103 225 0 72 7 45 463 51 55
Binary 10100000 1000011 10010101 0 111010 111 100101 100110011 101001 101101

Color Harmonies of #A04395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04395

Black with #A04395

Text Example


Text Example

White with #A04395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04395; }

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

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

background-color css

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

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

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

border-color css

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

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

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