Html Css Color HEX #A04295 Violet Blue

📋 copy color: '#A04295'

red 160 ◦ green 66 ◦ blue 149

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

Shades of Violet Blue #A04295

Tints of Violet Blue #A04295

RGB

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

 GREEN value IS 66 (26.17% from 255) = 17.6%

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

R = 42.67%
G = 17.6%
B = 39.73%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.07

 K value IS 0.37

RGB Variations

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

Color information

#A04295 (or 0xA04295) is known color: Violet Blue. HEX triplet: A0, 42 and 95. RGB value is (160,66,149). Sum of RGB (Red+Green+Blue) = 160+66+149=375 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.67% from 375); Green value is 66 (26.17% from 255 or 17.6% from 375); Blue value is 149 (58.59% from 255 or 39.73% from 375); Max value from RGB is 160 - color contains mainly: red. Hex color #A04295 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A04295 is #5FBD6A. Grayscale: #676767. Windows color (decimal): -6274411 or 9781920. OLE color: 9781920.

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

Color convert

RGB 160 66 149 -
CMYK 0 0.59 0.07 0.37
HSL 307.02º 0.42% 0.44% -
HSV(B) 307.02º 0.59% 0.63% -
XYZ 21.87 13.54 29.89 -
YUV 103.57 153.64 168.25 -
System Red Green Blue C M Y K H S L
Decimal 160 66 149 0 0.59 0.07 0.37 307.02 0.42 0.44
Hex A0 42 95 0 3B 7 25 133 2A 2C
Octal 240 102 225 0 73 7 45 463 52 54
Binary 10100000 1000010 10010101 0 111011 111 100101 100110011 101010 101100

Color Harmonies of #A04295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04295

Black with #A04295

Text Example


Text Example

White with #A04295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04295; }

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

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

background-color css

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

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

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

border-color css

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

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

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