#A361AB

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

Shades of Violet Blue #A361AB

Tints of Violet Blue #A361AB

Color information

#A361AB (or 0xA361AB) is unknown color: approx Violet Blue. HEX triplet: A3, 61 and AB. RGB value is (163,97,171). Sum of RGB (Red+Green+Blue) = 163+97+171=431 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.82% from 431); Green value is 97 (38.28% from 255 or 22.51% from 431); Blue value is 171 (67.19% from 255 or 39.68% from 431); Max value from RGB is 171 - color contains mainly: blue. Hex color #A361AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A361AB is #5C9E54. Grayscale: #7C7C7C. Windows color (decimal): -6069845 or 11231651. OLE color: 11231651.

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

Color convert

RGB16397171-
CMYK0.050.4300.33
HSL293.51º30.58%52.55%-
HSV(B)293.51º43.27%67.06%-
XYZ26.7319.2840.84-
YUV125.17153.87154.98-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 37.82%
GREEN value IS 97 (38.28% from 255) = 22.51%
BLUE value IS 171 (67.19% from 255) = 39.68%
R=37.82%
G=22.51%
B=39.68%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal163971710.050.4300.33293.5130.5852.55
HexA361AB52B0211261f35
Octal2431412535530414463765
Binary10100011110000110101011101101011010000110010011011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A361AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A361AB; }

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

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

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

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

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

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

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

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