#A5619E

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

Shades of Violet Blue #A5619E

Tints of Violet Blue #A5619E

Color information

#A5619E (or 0xA5619E) is unknown color: approx Violet Blue. HEX triplet: A5, 61 and 9E. RGB value is (165,97,158). Sum of RGB (Red+Green+Blue) = 165+97+158=420 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.29% from 420); Green value is 97 (38.28% from 255 or 23.10% from 420); Blue value is 158 (62.11% from 255 or 37.62% from 420); Max value from RGB is 165 - color contains mainly: red. Hex color #A5619E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A5619E is #5A9E61. Grayscale: #7C7C7C. Windows color (decimal): -5938786 or 10379685. OLE color: 10379685.

HSL color Cylindrical-coordinate representation of color #A5619E: hue angle of 306.18º 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 #A5619E is Cyan = 0, Magento = 0.41, Yellow = 0.04 and Black (K on CMYK) = 0.35.

Color convert

RGB16597158-
CMYK00.410.040.35
HSL306.18º27.42%51.37%-
HSV(B)306.18º41.21%64.71%-
XYZ25.9619.0234.65-
YUV124.29147.03157.04-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 39.29%
GREEN value IS 97 (38.28% from 255) = 23.10%
BLUE value IS 158 (62.11% from 255) = 37.62%
R=39.29%
G=23.10%
B=37.62%

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
Decimal1659715800.410.040.35306.1827.4251.37
HexA5619E0294231321b33
Octal2451412360514434623363
Binary10100101110000110011110010100110010001110011001011011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5619E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5619E; }

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

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

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

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

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

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

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

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