#A337A0

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

Shades of Violet Blue #A337A0

Tints of Violet Blue #A337A0

Color information

#A337A0 (or 0xA337A0) is unknown color: approx Violet Blue. HEX triplet: A3, 37 and A0. RGB value is (163,55,160). Sum of RGB (Red+Green+Blue) = 163+55+160=378 (50% of max value = 765). Red value is 163 (64.06% from 255 or 43.12% from 378); Green value is 55 (21.88% from 255 or 14.55% from 378); Blue value is 160 (62.89% from 255 or 42.33% from 378); Max value from RGB is 163 - color contains mainly: red. Hex color #A337A0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A337A0 is #5CC85F. Grayscale: #626262. Windows color (decimal): -6080608 or 10500003. OLE color: 10500003.

HSL color Cylindrical-coordinate representation of color #A337A0: hue angle of 301.67º degrees, saturation: 0.5, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A337A0 is Cyan = 0, Magento = 0.66, Yellow = 0.02 and Black (K on CMYK) = 0.36.

Color convert

RGB16355160-
CMYK00.660.020.36
HSL301.67º49.54%42.75%-
HSV(B)301.67º66.26%63.92%-
XYZ22.8213.0634.58-
YUV99.26162.28173.46-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 43.12%
GREEN value IS 55 (21.88% from 255) = 14.55%
BLUE value IS 160 (62.89% from 255) = 42.33%
R=43.12%
G=14.55%
B=42.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.02
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1635516000.660.020.36301.6749.5442.75
HexA337A004222412e322b
Octal2436724001022444566253
Binary10100011110111101000000100001010100100100101110110010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A337A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A337A0; }

 p { color: rgb(163,55,160); }

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

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

 a { background-color: rgb(163,55,160); }

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

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

 span { border-color: rgb(163,55,160); }

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