#A374A0

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

Shades of Violet Blue #A374A0

Tints of Violet Blue #A374A0

Color information

#A374A0 (or 0xA374A0) is unknown color: approx Violet Blue. HEX triplet: A3, 74 and A0. RGB value is (163,116,160). Sum of RGB (Red+Green+Blue) = 163+116+160=439 (58% of max value = 765). Red value is 163 (64.06% from 255 or 37.13% from 439); Green value is 116 (45.70% from 255 or 26.42% from 439); Blue value is 160 (62.89% from 255 or 36.45% from 439); Max value from RGB is 163 - color contains mainly: red. Hex color #A374A0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A374A0 is #5C8B5F. Grayscale: #868686. Windows color (decimal): -6064992 or 10515619. OLE color: 10515619.

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

Color convert

RGB163116160-
CMYK00.290.020.36
HSL303.83º20.35%54.71%-
HSV(B)303.83º28.83%63.92%-
XYZ27.6922.8236.2-
YUV135.07142.07147.92-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 37.13%
GREEN value IS 116 (45.70% from 255) = 26.42%
BLUE value IS 160 (62.89% from 255) = 36.45%
R=37.13%
G=26.42%
B=36.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.02
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16311616000.290.020.36303.8320.3554.71
HexA374A001D2241301437
Octal2431642400352444602467
Binary101000111110100101000000111011010010010011000010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A374A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A374A0; }

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

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

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

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

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

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

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

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