#A048A5

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

Shades of Violet Blue #A048A5

Tints of Violet Blue #A048A5

Color information

#A048A5 (or 0xA048A5) is unknown color: approx Violet Blue. HEX triplet: A0, 48 and A5. RGB value is (160,72,165). Sum of RGB (Red+Green+Blue) = 160+72+165=397 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.30% from 397); Green value is 72 (28.52% from 255 or 18.14% from 397); Blue value is 165 (64.84% from 255 or 41.56% from 397); Max value from RGB is 165 - color contains mainly: blue. Hex color #A048A5 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A048A5 is #5FB75A. Grayscale: #6C6C6C. Windows color (decimal): -6272859 or 10832032. OLE color: 10832032.

HSL color Cylindrical-coordinate representation of color #A048A5: hue angle of 296.77º degrees, saturation: 0.39, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A048A5 is Cyan = 0.03, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB16072165-
CMYK0.030.5600.35
HSL296.77º39.24%46.47%-
HSV(B)296.77º56.36%64.71%-
XYZ23.6114.8237.21-
YUV108.91159.65164.44-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 40.30%
GREEN value IS 72 (28.52% from 255) = 18.14%
BLUE value IS 165 (64.84% from 255) = 41.56%
R=40.30%
G=18.14%
B=41.56%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal160721650.030.5600.35296.7739.2446.47
HexA048A5338023129272e
Octal2401102453700434514756
Binary10100000100100010100101111110000100011100101001100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A048A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A048A5; }

 p { color: rgb(160,72,165); }

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

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

 a { background-color: rgb(160,72,165); }

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

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

 span { border-color: rgb(160,72,165); }

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