#A363AD

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

Shades of Violet Blue #A363AD

Tints of Violet Blue #A363AD

Color information

#A363AD (or 0xA363AD) is unknown color: approx Violet Blue. HEX triplet: A3, 63 and AD. RGB value is (163,99,173). Sum of RGB (Red+Green+Blue) = 163+99+173=435 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.47% from 435); Green value is 99 (39.06% from 255 or 22.76% from 435); Blue value is 173 (67.97% from 255 or 39.77% from 435); Max value from RGB is 173 - color contains mainly: blue. Hex color #A363AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A363AD is #5C9C52. Grayscale: #7E7E7E. Windows color (decimal): -6069331 or 11363235. OLE color: 11363235.

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

Color convert

RGB16399173-
CMYK0.060.4300.32
HSL291.89º31.09%53.33%-
HSV(B)291.89º42.77%67.84%-
XYZ27.1119.7341.91-
YUV126.57154.2153.98-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 37.47%
GREEN value IS 99 (39.06% from 255) = 22.76%
BLUE value IS 173 (67.97% from 255) = 39.77%
R=37.47%
G=22.76%
B=39.77%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal163991730.060.4300.32291.8931.0953.33
HexA363AD62B0201241f35
Octal2431432556530404443765
Binary10100011110001110101101110101011010000010010010011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A363AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A363AD; }

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

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

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

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

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

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

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

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