#A8639C

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

Shades of Violet Blue #A8639C

Tints of Violet Blue #A8639C

Color information

#A8639C (or 0xA8639C) is unknown color: approx Violet Blue. HEX triplet: A8, 63 and 9C. RGB value is (168,99,156). Sum of RGB (Red+Green+Blue) = 168+99+156=423 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.72% from 423); Green value is 99 (39.06% from 255 or 23.40% from 423); Blue value is 156 (61.33% from 255 or 36.88% from 423); Max value from RGB is 168 - color contains mainly: red. Hex color #A8639C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A8639C is #579C63. Grayscale: #7D7D7D. Windows color (decimal): -5741668 or 10249128. OLE color: 10249128.

HSL color Cylindrical-coordinate representation of color #A8639C: hue angle of 310.43º 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 #A8639C is Cyan = 0, Magento = 0.41, Yellow = 0.07 and Black (K on CMYK) = 0.34.

Color convert

RGB16899156-
CMYK00.410.070.34
HSL310.43º28.4%52.35%-
HSV(B)310.43º41.07%65.88%-
XYZ26.6119.6533.84-
YUV126.13144.86157.87-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 39.72%
GREEN value IS 99 (39.06% from 255) = 23.40%
BLUE value IS 156 (61.33% from 255) = 36.88%
R=39.72%
G=23.40%
B=36.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.07
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1689915600.410.070.34310.4328.452.35
HexA8639C0297221361c34
Octal2501432340517424663464
Binary10101000110001110011100010100111110001010011011011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8639C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8639C; }

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

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

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

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

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

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

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

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