#A5679D

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

Shades of Violet Blue #A5679D

Tints of Violet Blue #A5679D

Color information

#A5679D (or 0xA5679D) is unknown color: approx Violet Blue. HEX triplet: A5, 67 and 9D. RGB value is (165,103,157). Sum of RGB (Red+Green+Blue) = 165+103+157=425 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.82% from 425); Green value is 103 (40.62% from 255 or 24.24% from 425); Blue value is 157 (61.72% from 255 or 36.94% from 425); Max value from RGB is 165 - color contains mainly: red. Hex color #A5679D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A5679D is #5A9862. Grayscale: #7F7F7F. Windows color (decimal): -5937251 or 10315685. OLE color: 10315685.

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

Color convert

RGB165103157-
CMYK00.380.050.35
HSL307.74º25.62%52.55%-
HSV(B)307.74º37.58%64.71%-
XYZ26.4520.1334.39-
YUV127.69144.54154.61-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 38.82%
GREEN value IS 103 (40.62% from 255) = 24.24%
BLUE value IS 157 (61.72% from 255) = 36.94%
R=38.82%
G=24.24%
B=36.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.05
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16510315700.380.050.35307.7425.6252.55
HexA5679D0265231341a35
Octal2451472350465434643265
Binary10100101110011110011101010011010110001110011010011010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5679D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5679D; }

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

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

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

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

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

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

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

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