#A5679B

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

Shades of Violet Blue #A5679B

Tints of Violet Blue #A5679B

Color information

#A5679B (or 0xA5679B) is unknown color: approx Violet Blue. HEX triplet: A5, 67 and 9B. RGB value is (165,103,155). Sum of RGB (Red+Green+Blue) = 165+103+155=423 (56% of max value = 765). Red value is 165 (64.84% from 255 or 39.01% from 423); Green value is 103 (40.62% from 255 or 24.35% from 423); Blue value is 155 (60.94% from 255 or 36.64% from 423); Max value from RGB is 165 - color contains mainly: red. Hex color #A5679B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A5679B is #5A9864. Grayscale: #7F7F7F. Windows color (decimal): -5937253 or 10184613. OLE color: 10184613.

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

Color convert

RGB165103155-
CMYK00.380.060.35
HSL309.68º25.62%52.55%-
HSV(B)309.68º37.58%64.71%-
XYZ26.2820.0733.5-
YUV127.47143.54154.77-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 39.01%
GREEN value IS 103 (40.62% from 255) = 24.35%
BLUE value IS 155 (60.94% from 255) = 36.64%
R=39.01%
G=24.35%
B=36.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.06
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16510315500.380.060.35309.6825.6252.55
HexA5679B0266231361a35
Octal2451472330466434663265
Binary10100101110011110011011010011011010001110011011011010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5679B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5679B; }

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

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

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

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

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

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

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

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