#A5679E

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

Shades of Violet Blue #A5679E

Tints of Violet Blue #A5679E

Color information

#A5679E (or 0xA5679E) is unknown color: approx Violet Blue. HEX triplet: A5, 67 and 9E. RGB value is (165,103,158). Sum of RGB (Red+Green+Blue) = 165+103+158=426 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.73% from 426); Green value is 103 (40.62% from 255 or 24.18% from 426); Blue value is 158 (62.11% from 255 or 37.09% from 426); Max value from RGB is 165 - color contains mainly: red. Hex color #A5679E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A5679E is #5A9861. Grayscale: #7F7F7F. Windows color (decimal): -5937250 or 10381221. OLE color: 10381221.

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

Color convert

RGB165103158-
CMYK00.380.040.35
HSL306.77º25.62%52.55%-
HSV(B)306.77º37.58%64.71%-
XYZ26.5420.1734.84-
YUV127.81145.04154.53-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 38.73%
GREEN value IS 103 (40.62% from 255) = 24.18%
BLUE value IS 158 (62.11% from 255) = 37.09%
R=38.73%
G=24.18%
B=37.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.04
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16510315800.380.040.35306.7725.6252.55
HexA5679E0264231331a35
Octal2451472360464434633265
Binary10100101110011110011110010011010010001110011001111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5679E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5679E; }

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

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

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

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

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

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

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

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