#A363AB

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

Shades of Violet Blue #A363AB

Tints of Violet Blue #A363AB

Color information

#A363AB (or 0xA363AB) is unknown color: approx Violet Blue. HEX triplet: A3, 63 and AB. RGB value is (163,99,171). Sum of RGB (Red+Green+Blue) = 163+99+171=433 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.64% from 433); Green value is 99 (39.06% from 255 or 22.86% from 433); Blue value is 171 (67.19% from 255 or 39.49% from 433); Max value from RGB is 171 - color contains mainly: blue. Hex color #A363AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A363AB is #5C9C54. Grayscale: #7E7E7E. Windows color (decimal): -6069333 or 11232163. OLE color: 11232163.

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

Color convert

RGB16399171-
CMYK0.050.4200.33
HSL293.33º30%52.94%-
HSV(B)293.33º42.11%67.06%-
XYZ26.9219.6540.9-
YUV126.34153.2154.15-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 37.64%
GREEN value IS 99 (39.06% from 255) = 22.86%
BLUE value IS 171 (67.19% from 255) = 39.49%
R=37.64%
G=22.86%
B=39.49%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal163991710.050.4200.33293.333052.94
HexA363AB52A0211251e35
Octal2431432535520414453665
Binary10100011110001110101011101101010010000110010010111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A363AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A363AB; }

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

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

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

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

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

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

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

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