#A5689F

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

Shades of Violet Blue #A5689F

Tints of Violet Blue #A5689F

Color information

#A5689F (or 0xA5689F) is unknown color: approx Violet Blue. HEX triplet: A5, 68 and 9F. RGB value is (165,104,159). Sum of RGB (Red+Green+Blue) = 165+104+159=428 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.55% from 428); Green value is 104 (41.02% from 255 or 24.30% from 428); Blue value is 159 (62.5% from 255 or 37.15% from 428); Max value from RGB is 165 - color contains mainly: red. Hex color #A5689F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A5689F is #5A9760. Grayscale: #808080. Windows color (decimal): -5936993 or 10447013. OLE color: 10447013.

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

Color convert

RGB165104159-
CMYK00.370.040.35
HSL305.9º25.31%52.75%-
HSV(B)305.9º36.97%64.71%-
XYZ26.7320.435.33-
YUV128.51145.21154.03-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 38.55%
GREEN value IS 104 (41.02% from 255) = 24.30%
BLUE value IS 159 (62.5% from 255) = 37.15%
R=38.55%
G=24.30%
B=37.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.04
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16510415900.370.040.35305.925.3152.75
HexA5689F0254231321935
Octal2451502370454434623165
Binary10100101110100010011111010010110010001110011001011001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5689F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5689F; }

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

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

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

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

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

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

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

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