#A360AB

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

Shades of Violet Blue #A360AB

Tints of Violet Blue #A360AB

Color information

#A360AB (or 0xA360AB) is unknown color: approx Violet Blue. HEX triplet: A3, 60 and AB. RGB value is (163,96,171). Sum of RGB (Red+Green+Blue) = 163+96+171=430 (56% of max value = 765). Red value is 163 (64.06% from 255 or 37.91% from 430); Green value is 96 (37.89% from 255 or 22.33% from 430); Blue value is 171 (67.19% from 255 or 39.77% from 430); Max value from RGB is 171 - color contains mainly: blue. Hex color #A360AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A360AB is #5C9F54. Grayscale: #7C7C7C. Windows color (decimal): -6070101 or 11231395. OLE color: 11231395.

HSL color Cylindrical-coordinate representation of color #A360AB: hue angle of 293.6º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A360AB is Cyan = 0.05, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB16396171-
CMYK0.050.4400.33
HSL293.6º30.86%52.35%-
HSV(B)293.6º43.86%67.06%-
XYZ26.6419.0940.81-
YUV124.58154.2155.4-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 37.91%
GREEN value IS 96 (37.89% from 255) = 22.33%
BLUE value IS 171 (67.19% from 255) = 39.77%
R=37.91%
G=22.33%
B=39.77%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal163961710.050.4400.33293.630.8652.35
HexA360AB52C0211261f34
Octal2431402535540414463764
Binary10100011110000010101011101101100010000110010011011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A360AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A360AB; }

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

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

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

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

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

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

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

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