#A04B9D

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

Shades of Violet Blue #A04B9D

Tints of Violet Blue #A04B9D

Color information

#A04B9D (or 0xA04B9D) is unknown color: approx Violet Blue. HEX triplet: A0, 4B and 9D. RGB value is (160,75,157). Sum of RGB (Red+Green+Blue) = 160+75+157=392 (51% of max value = 765). Red value is 160 (62.89% from 255 or 40.82% from 392); Green value is 75 (29.69% from 255 or 19.13% from 392); Blue value is 157 (61.72% from 255 or 40.05% from 392); Max value from RGB is 160 - color contains mainly: red. Hex color #A04B9D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A04B9D is #5FB462. Grayscale: #6D6D6D. Windows color (decimal): -6272099 or 10308512. OLE color: 10308512.

HSL color Cylindrical-coordinate representation of color #A04B9D: hue angle of 302.12º degrees, saturation: 0.36, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A04B9D is Cyan = 0, Magento = 0.53, Yellow = 0.02 and Black (K on CMYK) = 0.37.

Color convert

RGB16075157-
CMYK00.530.020.37
HSL302.12º36.17%46.08%-
HSV(B)302.12º53.12%62.75%-
XYZ23.114.9433.56-
YUV109.76154.66163.83-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 40.82%
GREEN value IS 75 (29.69% from 255) = 19.13%
BLUE value IS 157 (61.72% from 255) = 40.05%
R=40.82%
G=19.13%
B=40.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.02
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1607515700.530.020.37302.1236.1746.08
HexA04B9D03522512e242e
Octal2401132350652454564456
Binary10100000100101110011101011010110100101100101110100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A04B9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A04B9D; }

 p { color: rgb(160,75,157); }

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

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

 a { background-color: rgb(160,75,157); }

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

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

 span { border-color: rgb(160,75,157); }

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