#A5689A

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

Shades of Violet Blue #A5689A

Tints of Violet Blue #A5689A

Color information

#A5689A (or 0xA5689A) is unknown color: approx Violet Blue. HEX triplet: A5, 68 and 9A. RGB value is (165,104,154). Sum of RGB (Red+Green+Blue) = 165+104+154=423 (56% of max value = 765). Red value is 165 (64.84% from 255 or 39.01% from 423); Green value is 104 (41.02% from 255 or 24.59% from 423); Blue value is 154 (60.55% from 255 or 36.41% from 423); Max value from RGB is 165 - color contains mainly: red. Hex color #A5689A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A5689A is #5A9765. Grayscale: #7F7F7F. Windows color (decimal): -5936998 or 10119333. OLE color: 10119333.

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

Color convert

RGB165104154-
CMYK00.370.070.35
HSL310.82º25.31%52.75%-
HSV(B)310.82º36.97%64.71%-
XYZ26.320.2333.09-
YUV127.94142.71154.43-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 39.01%
GREEN value IS 104 (41.02% from 255) = 24.59%
BLUE value IS 154 (60.55% from 255) = 36.41%
R=39.01%
G=24.59%
B=36.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.07
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16510415400.370.070.35310.8225.3152.75
HexA5689A0257231371935
Octal2451502320457434673165
Binary10100101110100010011010010010111110001110011011111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5689A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5689A; }

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

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

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

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

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

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

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

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