#A370A4

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

Shades of Violet Blue #A370A4

Tints of Violet Blue #A370A4

Color information

#A370A4 (or 0xA370A4) is unknown color: approx Violet Blue. HEX triplet: A3, 70 and A4. RGB value is (163,112,164). Sum of RGB (Red+Green+Blue) = 163+112+164=439 (58% of max value = 765). Red value is 163 (64.06% from 255 or 37.13% from 439); Green value is 112 (44.14% from 255 or 25.51% from 439); Blue value is 164 (64.45% from 255 or 37.36% from 439); Max value from RGB is 164 - color contains mainly: blue. Hex color #A370A4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A370A4 is #5C8F5B. Grayscale: #858585. Windows color (decimal): -6066012 or 10776739. OLE color: 10776739.

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

Color convert

RGB163112164-
CMYK0.010.3200.36
HSL298.85º22.22%54.12%-
HSV(B)298.85º31.71%64.31%-
XYZ27.622.0637.92-
YUV133.18145.4149.27-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 37.13%
GREEN value IS 112 (44.14% from 255) = 25.51%
BLUE value IS 164 (64.45% from 255) = 37.36%
R=37.13%
G=25.51%
B=37.36%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631121640.010.3200.36298.8522.2254.12
HexA370A412002412b1636
Octal2431602441400444532666
Binary101000111110000101001001100000010010010010101110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A370A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A370A4; }

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

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

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

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

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

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

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

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