#A5699F

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

Shades of Violet Blue #A5699F

Tints of Violet Blue #A5699F

Color information

#A5699F (or 0xA5699F) is unknown color: approx Violet Blue. HEX triplet: A5, 69 and 9F. RGB value is (165,105,159). Sum of RGB (Red+Green+Blue) = 165+105+159=429 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.46% from 429); Green value is 105 (41.41% from 255 or 24.48% from 429); Blue value is 159 (62.5% from 255 or 37.06% from 429); Max value from RGB is 165 - color contains mainly: red. Hex color #A5699F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A5699F is #5A9660. Grayscale: #808080. Windows color (decimal): -5936737 or 10447269. OLE color: 10447269.

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

Color convert

RGB165105159-
CMYK00.360.040.35
HSL306º25%52.94%-
HSV(B)306º36.36%64.71%-
XYZ26.8320.6135.36-
YUV129.1144.88153.61-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 38.46%
GREEN value IS 105 (41.41% from 255) = 24.48%
BLUE value IS 159 (62.5% from 255) = 37.06%
R=38.46%
G=24.48%
B=37.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.04
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16510515900.360.040.353062552.94
HexA5699F0244231321935
Octal2451512370444434623165
Binary10100101110100110011111010010010010001110011001011001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5699F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5699F; }

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

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

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

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

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

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

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

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