#A8679D

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

Shades of Violet Blue #A8679D

Tints of Violet Blue #A8679D

Color information

#A8679D (or 0xA8679D) is unknown color: approx Violet Blue. HEX triplet: A8, 67 and 9D. RGB value is (168,103,157). Sum of RGB (Red+Green+Blue) = 168+103+157=428 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.25% from 428); Green value is 103 (40.62% from 255 or 24.07% from 428); Blue value is 157 (61.72% from 255 or 36.68% from 428); Max value from RGB is 168 - color contains mainly: red. Hex color #A8679D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A8679D is #579862. Grayscale: #808080. Windows color (decimal): -5740643 or 10315688. OLE color: 10315688.

HSL color Cylindrical-coordinate representation of color #A8679D: hue angle of 310.15º degrees, saturation: 0.27, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A8679D is Cyan = 0, Magento = 0.39, Yellow = 0.07 and Black (K on CMYK) = 0.34.

Color convert

RGB168103157-
CMYK00.390.070.34
HSL310.15º27.2%53.14%-
HSV(B)310.15º38.69%65.88%-
XYZ27.0820.4634.42-
YUV128.59144.03156.11-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 39.25%
GREEN value IS 103 (40.62% from 255) = 24.07%
BLUE value IS 157 (61.72% from 255) = 36.68%
R=39.25%
G=24.07%
B=36.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.07
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16810315700.390.070.34310.1527.253.14
HexA8679D0277221361b35
Octal2501472350477424663365
Binary10101000110011110011101010011111110001010011011011011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8679D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8679D; }

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

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

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

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

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

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

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

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