#A8639F

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

Shades of Violet Blue #A8639F

Tints of Violet Blue #A8639F

Color information

#A8639F (or 0xA8639F) is unknown color: approx Violet Blue. HEX triplet: A8, 63 and 9F. RGB value is (168,99,159). Sum of RGB (Red+Green+Blue) = 168+99+159=426 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.44% from 426); Green value is 99 (39.06% from 255 or 23.24% from 426); Blue value is 159 (62.5% from 255 or 37.32% from 426); Max value from RGB is 168 - color contains mainly: red. Hex color #A8639F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A8639F is #579C60. Grayscale: #7E7E7E. Windows color (decimal): -5741665 or 10445736. OLE color: 10445736.

HSL color Cylindrical-coordinate representation of color #A8639F: hue angle of 307.83º degrees, saturation: 0.28, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A8639F is Cyan = 0, Magento = 0.41, Yellow = 0.05 and Black (K on CMYK) = 0.34.

Color convert

RGB16899159-
CMYK00.410.050.34
HSL307.83º28.4%52.35%-
HSV(B)307.83º41.07%65.88%-
XYZ26.8719.7535.2-
YUV126.47146.36157.62-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 39.44%
GREEN value IS 99 (39.06% from 255) = 23.24%
BLUE value IS 159 (62.5% from 255) = 37.32%
R=39.44%
G=23.24%
B=37.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.05
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1689915900.410.050.34307.8328.452.35
HexA8639F0295221341c34
Octal2501432370515424643464
Binary10101000110001110011111010100110110001010011010011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8639F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8639F; }

 p { color: rgb(168,99,159); }

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

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

 a { background-color: rgb(168,99,159); }

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

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

 span { border-color: rgb(168,99,159); }

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