#A371A4

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

Shades of Violet Blue #A371A4

Tints of Violet Blue #A371A4

Color information

#A371A4 (or 0xA371A4) is unknown color: approx Violet Blue. HEX triplet: A3, 71 and A4. RGB value is (163,113,164). Sum of RGB (Red+Green+Blue) = 163+113+164=440 (58% of max value = 765). Red value is 163 (64.06% from 255 or 37.05% from 440); Green value is 113 (44.53% from 255 or 25.68% from 440); Blue value is 164 (64.45% from 255 or 37.27% from 440); Max value from RGB is 164 - color contains mainly: blue. Hex color #A371A4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A371A4 is #5C8E5B. Grayscale: #858585. Windows color (decimal): -6065756 or 10776995. OLE color: 10776995.

HSL color Cylindrical-coordinate representation of color #A371A4: hue angle of 298.82º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A371A4 is Cyan = 0.01, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB163113164-
CMYK0.010.3100.36
HSL298.82º21.89%54.31%-
HSV(B)298.82º31.1%64.31%-
XYZ27.7122.2837.96-
YUV133.76145.06148.85-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 37.05%
GREEN value IS 113 (44.53% from 255) = 25.68%
BLUE value IS 164 (64.45% from 255) = 37.27%
R=37.05%
G=25.68%
B=37.27%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631131640.010.3100.36298.8221.8954.31
HexA371A411F02412b1636
Octal2431612441370444532666
Binary10100011111000110100100111111010010010010101110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A371A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A371A4; }

 p { color: rgb(163,113,164); }

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

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

 a { background-color: rgb(163,113,164); }

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

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

 span { border-color: rgb(163,113,164); }

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