#A8399D

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

Shades of Violet Blue #A8399D

Tints of Violet Blue #A8399D

Color information

#A8399D (or 0xA8399D) is unknown color: approx Violet Blue. HEX triplet: A8, 39 and 9D. RGB value is (168,57,157). Sum of RGB (Red+Green+Blue) = 168+57+157=382 (50% of max value = 765). Red value is 168 (66.02% from 255 or 43.98% from 382); Green value is 57 (22.66% from 255 or 14.92% from 382); Blue value is 157 (61.72% from 255 or 41.10% from 382); Max value from RGB is 168 - color contains mainly: red. Hex color #A8399D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A8399D is #57C662. Grayscale: #656565. Windows color (decimal): -5752419 or 10303912. OLE color: 10303912.

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

Color convert

RGB16857157-
CMYK00.660.070.34
HSL305.95º49.33%44.12%-
HSV(B)305.95º66.07%65.88%-
XYZ23.713.6933.29-
YUV101.59159.27175.37-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 43.98%
GREEN value IS 57 (22.66% from 255) = 14.92%
BLUE value IS 157 (61.72% from 255) = 41.10%
R=43.98%
G=14.92%
B=41.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.07
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1685715700.660.070.34305.9549.3344.12
HexA8399D042722132312c
Octal2507123501027424626154
Binary101010001110011001110101000010111100010100110010110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8399D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8399D; }

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

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

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

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

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

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

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

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