#A5639F

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

Shades of Violet Blue #A5639F

Tints of Violet Blue #A5639F

Color information

#A5639F (or 0xA5639F) is unknown color: approx Violet Blue. HEX triplet: A5, 63 and 9F. RGB value is (165,99,159). Sum of RGB (Red+Green+Blue) = 165+99+159=423 (56% of max value = 765). Red value is 165 (64.84% from 255 or 39.01% from 423); Green value is 99 (39.06% from 255 or 23.40% from 423); Blue value is 159 (62.5% from 255 or 37.59% from 423); Max value from RGB is 165 - color contains mainly: red. Hex color #A5639F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A5639F is #5A9C60. Grayscale: #7D7D7D. Windows color (decimal): -5938273 or 10445733. OLE color: 10445733.

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

Color convert

RGB16599159-
CMYK00.400.040.35
HSL305.45º26.83%51.76%-
HSV(B)305.45º40%64.71%-
XYZ26.2419.4335.17-
YUV125.57146.87156.12-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 39.01%
GREEN value IS 99 (39.06% from 255) = 23.40%
BLUE value IS 159 (62.5% from 255) = 37.59%
R=39.01%
G=23.40%
B=37.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.04
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1659915900.400.040.35305.4526.8351.76
HexA5639F0284231311b34
Octal2451432370504434613364
Binary10100101110001110011111010100010010001110011000111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5639F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5639F; }

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

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

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

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

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

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

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

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