#A05295

Color #A05295 Violet Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violet Blue #A05295

Tints of Violet Blue #A05295

Color information

#A05295 (or 0xA05295) is unknown color: approx Violet Blue. HEX triplet: A0, 52 and 95. RGB value is (160,82,149). Sum of RGB (Red+Green+Blue) = 160+82+149=391 (51% of max value = 765). Red value is 160 (62.89% from 255 or 40.92% from 391); Green value is 82 (32.42% from 255 or 20.97% from 391); Blue value is 149 (58.59% from 255 or 38.11% from 391); Max value from RGB is 160 - color contains mainly: red. Hex color #A05295 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A05295 is #5FAD6A. Grayscale: #707070. Windows color (decimal): -6270315 or 9786016. OLE color: 9786016.

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

Color convert

RGB16082149-
CMYK00.490.070.37
HSL308.46º32.23%47.45%-
HSV(B)308.46º48.75%62.75%-
XYZ22.9415.6830.25-
YUV112.96148.34161.55-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 40.92%
GREEN value IS 82 (32.42% from 255) = 20.97%
BLUE value IS 149 (58.59% from 255) = 38.11%
R=40.92%
G=20.97%
B=38.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.07
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1608214900.490.070.37308.4632.2347.45
HexA05295031725134202f
Octal2401222250617454644057
Binary101000001010010100101010110001111100101100110100100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A05295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A05295; }

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

 H1.HeaderClassName
 {
   color: #A05295;
 }
 .AnyTagClassName
 {
   color: #A05295;
 }
</style>
background-color css

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

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

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

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

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

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