#A360A2

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

Shades of Violet Blue #A360A2

Tints of Violet Blue #A360A2

Color information

#A360A2 (or 0xA360A2) is unknown color: approx Violet Blue. HEX triplet: A3, 60 and A2. RGB value is (163,96,162). Sum of RGB (Red+Green+Blue) = 163+96+162=421 (55% of max value = 765). Red value is 163 (64.06% from 255 or 38.72% from 421); Green value is 96 (37.89% from 255 or 22.80% from 421); Blue value is 162 (63.67% from 255 or 38.48% from 421); Max value from RGB is 163 - color contains mainly: red. Hex color #A360A2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A360A2 is #5C9F5D. Grayscale: #7B7B7B. Windows color (decimal): -6070110 or 10641571. OLE color: 10641571.

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

Color convert

RGB16396162-
CMYK00.410.010.36
HSL300.9º26.69%50.78%-
HSV(B)300.9º41.1%63.92%-
XYZ25.8118.7636.44-
YUV123.56149.7156.13-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 38.72%
GREEN value IS 96 (37.89% from 255) = 22.80%
BLUE value IS 162 (63.67% from 255) = 38.48%
R=38.72%
G=22.80%
B=38.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.01
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1639616200.410.010.36300.926.6950.78
HexA360A202912412d1b33
Octal2431402420511444553363
Binary101000111100000101000100101001110010010010110111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A360A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A360A2; }

 p { color: rgb(163,96,162); }

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

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

 a { background-color: rgb(163,96,162); }

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

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

 span { border-color: rgb(163,96,162); }

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