#A6389E

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

Shades of Violet Blue #A6389E

Tints of Violet Blue #A6389E

Color information

#A6389E (or 0xA6389E) is unknown color: approx Violet Blue. HEX triplet: A6, 38 and 9E. RGB value is (166,56,158). Sum of RGB (Red+Green+Blue) = 166+56+158=380 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.68% from 380); Green value is 56 (22.27% from 255 or 14.74% from 380); Blue value is 158 (62.11% from 255 or 41.58% from 380); Max value from RGB is 166 - color contains mainly: red. Hex color #A6389E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A6389E is #59C761. Grayscale: #646464. Windows color (decimal): -5883746 or 10369190. OLE color: 10369190.

HSL color Cylindrical-coordinate representation of color #A6389E: hue angle of 304.36º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A6389E is Cyan = 0, Magento = 0.66, Yellow = 0.05 and Black (K on CMYK) = 0.35.

Color convert

RGB16656158-
CMYK00.660.050.35
HSL304.36º49.55%43.53%-
HSV(B)304.36º66.27%65.1%-
XYZ23.3113.433.71-
YUV100.52160.44174.71-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 43.68%
GREEN value IS 56 (22.27% from 255) = 14.74%
BLUE value IS 158 (62.11% from 255) = 41.58%
R=43.68%
G=14.74%
B=41.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.05
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1665615800.660.050.35304.3649.5543.53
HexA6389E042523130322c
Octal2467023601025434606254
Binary101001101110001001111001000010101100011100110000110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6389E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6389E; }

 p { color: rgb(166,56,158); }

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

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

 a { background-color: rgb(166,56,158); }

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

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

 span { border-color: rgb(166,56,158); }

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