#A0679D

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

Shades of Violet Blue #A0679D

Tints of Violet Blue #A0679D

Color information

#A0679D (or 0xA0679D) is unknown color: approx Violet Blue. HEX triplet: A0, 67 and 9D. RGB value is (160,103,157). Sum of RGB (Red+Green+Blue) = 160+103+157=420 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.10% from 420); Green value is 103 (40.62% from 255 or 24.52% from 420); Blue value is 157 (61.72% from 255 or 37.38% from 420); Max value from RGB is 160 - color contains mainly: red. Hex color #A0679D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A0679D is #5F9862. Grayscale: #7E7E7E. Windows color (decimal): -6264931 or 10315680. OLE color: 10315680.

HSL color Cylindrical-coordinate representation of color #A0679D: hue angle of 303.16º degrees, saturation: 0.23, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A0679D is Cyan = 0, Magento = 0.36, Yellow = 0.02 and Black (K on CMYK) = 0.37.

Color convert

RGB160103157-
CMYK00.360.020.37
HSL303.16º23.08%51.57%-
HSV(B)303.16º35.62%62.75%-
XYZ25.4319.6134.34-
YUV126.2145.38152.11-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 38.10%
GREEN value IS 103 (40.62% from 255) = 24.52%
BLUE value IS 157 (61.72% from 255) = 37.38%
R=38.10%
G=24.52%
B=37.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.02
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16010315700.360.020.37303.1623.0851.57
HexA0679D02422512f1734
Octal2401472350442454572764
Binary1010000011001111001110101001001010010110010111110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0679D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0679D; }

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

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

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

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

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

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

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

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