#A5679C

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

Shades of Violet Blue #A5679C

Tints of Violet Blue #A5679C

Color information

#A5679C (or 0xA5679C) is unknown color: approx Violet Blue. HEX triplet: A5, 67 and 9C. RGB value is (165,103,156). Sum of RGB (Red+Green+Blue) = 165+103+156=424 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.92% from 424); Green value is 103 (40.62% from 255 or 24.29% from 424); Blue value is 156 (61.33% from 255 or 36.79% from 424); Max value from RGB is 165 - color contains mainly: red. Hex color #A5679C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A5679C is #5A9863. Grayscale: #7F7F7F. Windows color (decimal): -5937252 or 10250149. OLE color: 10250149.

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

Color convert

RGB165103156-
CMYK00.380.050.35
HSL308.71º25.62%52.55%-
HSV(B)308.71º37.58%64.71%-
XYZ26.3720.133.94-
YUV127.58144.04154.69-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 38.92%
GREEN value IS 103 (40.62% from 255) = 24.29%
BLUE value IS 156 (61.33% from 255) = 36.79%
R=38.92%
G=24.29%
B=36.79%

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
Decimal16510315600.380.050.35308.7125.6252.55
HexA5679C0265231351a35
Octal2451472340465434653265
Binary10100101110011110011100010011010110001110011010111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5679C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5679C; }

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

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

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

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

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

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

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

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