#A360AE

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

Shades of Violet Blue #A360AE

Tints of Violet Blue #A360AE

Color information

#A360AE (or 0xA360AE) is unknown color: approx Violet Blue. HEX triplet: A3, 60 and AE. RGB value is (163,96,174). Sum of RGB (Red+Green+Blue) = 163+96+174=433 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.64% from 433); Green value is 96 (37.89% from 255 or 22.17% from 433); Blue value is 174 (68.36% from 255 or 40.18% from 433); Max value from RGB is 174 - color contains mainly: blue. Hex color #A360AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A360AE is #5C9F51. Grayscale: #7C7C7C. Windows color (decimal): -6070098 or 11428003. OLE color: 11428003.

HSL color Cylindrical-coordinate representation of color #A360AE: hue angle of 291.54º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A360AE is Cyan = 0.06, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB16396174-
CMYK0.060.4500.32
HSL291.54º32.5%52.94%-
HSV(B)291.54º44.83%68.24%-
XYZ26.9319.2142.33-
YUV124.92155.7155.16-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 37.64%
GREEN value IS 96 (37.89% from 255) = 22.17%
BLUE value IS 174 (68.36% from 255) = 40.18%
R=37.64%
G=22.17%
B=40.18%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal163961740.060.4500.32291.5432.552.94
HexA360AE62D0201242035
Octal2431402566550404444065
Binary101000111100000101011101101011010100000100100100100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A360AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A360AE; }

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

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

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

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

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

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

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

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