#A370AA

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

Shades of Violet Blue #A370AA

Tints of Violet Blue #A370AA

Color information

#A370AA (or 0xA370AA) is unknown color: approx Violet Blue. HEX triplet: A3, 70 and AA. RGB value is (163,112,170). Sum of RGB (Red+Green+Blue) = 163+112+170=445 (58% of max value = 765). Red value is 163 (64.06% from 255 or 36.63% from 445); Green value is 112 (44.14% from 255 or 25.17% from 445); Blue value is 170 (66.80% from 255 or 38.20% from 445); Max value from RGB is 170 - color contains mainly: blue. Hex color #A370AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A370AA is #5C8F55. Grayscale: #858585. Windows color (decimal): -6066006 or 11169955. OLE color: 11169955.

HSL color Cylindrical-coordinate representation of color #A370AA: hue angle of 292.76º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A370AA is Cyan = 0.04, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB163112170-
CMYK0.040.3400.33
HSL292.76º25.44%55.29%-
HSV(B)292.76º34.12%66.67%-
XYZ28.1522.2840.85-
YUV133.86148.4148.78-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 36.63%
GREEN value IS 112 (44.14% from 255) = 25.17%
BLUE value IS 170 (66.80% from 255) = 38.20%
R=36.63%
G=25.17%
B=38.20%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1631121700.040.3400.33292.7625.4455.29
HexA370AA4220211251937
Octal2431602524420414453167
Binary10100011111000010101010100100010010000110010010111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A370AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A370AA; }

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

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

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

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

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

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

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

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