#A5709F

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

Shades of Violet Blue #A5709F

Tints of Violet Blue #A5709F

Color information

#A5709F (or 0xA5709F) is unknown color: approx Violet Blue. HEX triplet: A5, 70 and 9F. RGB value is (165,112,159). Sum of RGB (Red+Green+Blue) = 165+112+159=436 (57% of max value = 765). Red value is 165 (64.84% from 255 or 37.84% from 436); Green value is 112 (44.14% from 255 or 25.69% from 436); Blue value is 159 (62.5% from 255 or 36.47% from 436); Max value from RGB is 165 - color contains mainly: red. Hex color #A5709F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A5709F is #5A8F60. Grayscale: #858585. Windows color (decimal): -5934945 or 10449061. OLE color: 10449061.

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

Color convert

RGB165112159-
CMYK00.320.040.35
HSL306.79º22.75%54.31%-
HSV(B)306.79º32.12%64.71%-
XYZ27.5722.0935.61-
YUV133.21142.56150.68-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 37.84%
GREEN value IS 112 (44.14% from 255) = 25.69%
BLUE value IS 159 (62.5% from 255) = 36.47%
R=37.84%
G=25.69%
B=36.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.04
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16511215900.320.040.35306.7922.7554.31
HexA5709F0204231331736
Octal2451602370404434632766
Binary10100101111000010011111010000010010001110011001110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5709F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5709F; }

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

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

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

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

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

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

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

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