#A5619F

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

Shades of Violet Blue #A5619F

Tints of Violet Blue #A5619F

Color information

#A5619F (or 0xA5619F) is unknown color: approx Violet Blue. HEX triplet: A5, 61 and 9F. RGB value is (165,97,159). Sum of RGB (Red+Green+Blue) = 165+97+159=421 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.19% from 421); Green value is 97 (38.28% from 255 or 23.04% from 421); Blue value is 159 (62.5% from 255 or 37.77% from 421); Max value from RGB is 165 - color contains mainly: red. Hex color #A5619F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A5619F is #5A9E60. Grayscale: #7C7C7C. Windows color (decimal): -5938785 or 10445221. OLE color: 10445221.

HSL color Cylindrical-coordinate representation of color #A5619F: hue angle of 305.29º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A5619F is Cyan = 0, Magento = 0.41, Yellow = 0.04 and Black (K on CMYK) = 0.35.

Color convert

RGB16597159-
CMYK00.410.040.35
HSL305.29º27.42%51.37%-
HSV(B)305.29º41.21%64.71%-
XYZ26.0519.0535.11-
YUV124.4147.53156.96-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 39.19%
GREEN value IS 97 (38.28% from 255) = 23.04%
BLUE value IS 159 (62.5% from 255) = 37.77%
R=39.19%
G=23.04%
B=37.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.04
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1659715900.410.040.35305.2927.4251.37
HexA5619F0294231311b33
Octal2451412370514434613363
Binary10100101110000110011111010100110010001110011000111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5619F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5619F; }

 p { color: rgb(165,97,159); }

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

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

 a { background-color: rgb(165,97,159); }

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

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

 span { border-color: rgb(165,97,159); }

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