#A8639B

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

Shades of Violet Blue #A8639B

Tints of Violet Blue #A8639B

Color information

#A8639B (or 0xA8639B) is unknown color: approx Violet Blue. HEX triplet: A8, 63 and 9B. RGB value is (168,99,155). Sum of RGB (Red+Green+Blue) = 168+99+155=422 (55% of max value = 765). Red value is 168 (66.02% from 255 or 39.81% from 422); Green value is 99 (39.06% from 255 or 23.46% from 422); Blue value is 155 (60.94% from 255 or 36.73% from 422); Max value from RGB is 168 - color contains mainly: red. Hex color #A8639B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A8639B is #579C64. Grayscale: #7D7D7D. Windows color (decimal): -5741669 or 10183592. OLE color: 10183592.

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

Color convert

RGB16899155-
CMYK00.410.080.34
HSL311.3º28.4%52.35%-
HSV(B)311.3º41.07%65.88%-
XYZ26.5319.6233.4-
YUV126.02144.36157.95-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 39.81%
GREEN value IS 99 (39.06% from 255) = 23.46%
BLUE value IS 155 (60.94% from 255) = 36.73%
R=39.81%
G=23.46%
B=36.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.08
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1689915500.410.080.34311.328.452.35
HexA8639B0298221371c34
Octal25014323305110424673464
Binary101010001100011100110110101001100010001010011011111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8639B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8639B; }

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

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

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

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

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

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

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

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