#A8399E

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

Shades of Violet Blue #A8399E

Tints of Violet Blue #A8399E

Color information

#A8399E (or 0xA8399E) is unknown color: approx Violet Blue. HEX triplet: A8, 39 and 9E. RGB value is (168,57,158). Sum of RGB (Red+Green+Blue) = 168+57+158=383 (50% of max value = 765). Red value is 168 (66.02% from 255 or 43.86% from 383); Green value is 57 (22.66% from 255 or 14.88% from 383); Blue value is 158 (62.11% from 255 or 41.25% from 383); Max value from RGB is 168 - color contains mainly: red. Hex color #A8399E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A8399E is #57C661. Grayscale: #656565. Windows color (decimal): -5752418 or 10369448. OLE color: 10369448.

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

Color convert

RGB16857158-
CMYK00.660.060.34
HSL305.41º49.33%44.12%-
HSV(B)305.41º66.07%65.88%-
XYZ23.7813.7233.74-
YUV101.7159.77175.29-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 43.86%
GREEN value IS 57 (22.66% from 255) = 14.88%
BLUE value IS 158 (62.11% from 255) = 41.25%
R=43.86%
G=14.88%
B=41.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.06
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1685715800.660.060.34305.4149.3344.12
HexA8399E042622131312c
Octal2507123601026424616154
Binary101010001110011001111001000010110100010100110001110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8399E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8399E; }

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

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

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

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

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

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

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

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