#A5689E

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

Shades of Violet Blue #A5689E

Tints of Violet Blue #A5689E

Color information

#A5689E (or 0xA5689E) is unknown color: approx Violet Blue. HEX triplet: A5, 68 and 9E. RGB value is (165,104,158). Sum of RGB (Red+Green+Blue) = 165+104+158=427 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.64% from 427); Green value is 104 (41.02% from 255 or 24.36% from 427); Blue value is 158 (62.11% from 255 or 37.00% from 427); Max value from RGB is 165 - color contains mainly: red. Hex color #A5689E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A5689E is #5A9761. Grayscale: #808080. Windows color (decimal): -5936994 or 10381477. OLE color: 10381477.

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

Color convert

RGB165104158-
CMYK00.370.040.35
HSL306.89º25.31%52.75%-
HSV(B)306.89º36.97%64.71%-
XYZ26.6420.3734.88-
YUV128.39144.71154.11-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 38.64%
GREEN value IS 104 (41.02% from 255) = 24.36%
BLUE value IS 158 (62.11% from 255) = 37.00%
R=38.64%
G=24.36%
B=37.00%

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
Decimal16510415800.370.040.35306.8925.3152.75
HexA5689E0254231331935
Octal2451502360454434633165
Binary10100101110100010011110010010110010001110011001111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5689E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5689E; }

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

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

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

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

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

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

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

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