#A365AD

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

Shades of Violet Blue #A365AD

Tints of Violet Blue #A365AD

Color information

#A365AD (or 0xA365AD) is unknown color: approx Violet Blue. HEX triplet: A3, 65 and AD. RGB value is (163,101,173). Sum of RGB (Red+Green+Blue) = 163+101+173=437 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.30% from 437); Green value is 101 (39.84% from 255 or 23.11% from 437); Blue value is 173 (67.97% from 255 or 39.59% from 437); Max value from RGB is 173 - color contains mainly: blue. Hex color #A365AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A365AD is #5C9A52. Grayscale: #7F7F7F. Windows color (decimal): -6068819 or 11363747. OLE color: 11363747.

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

Color convert

RGB163101173-
CMYK0.060.4200.32
HSL291.67º30.51%53.73%-
HSV(B)291.67º41.62%67.84%-
XYZ27.320.1141.98-
YUV127.75153.54153.15-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 37.30%
GREEN value IS 101 (39.84% from 255) = 23.11%
BLUE value IS 173 (67.97% from 255) = 39.59%
R=37.30%
G=23.11%
B=39.59%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1631011730.060.4200.32291.6730.5153.73
HexA365AD62A0201241f36
Octal2431452556520404443766
Binary10100011110010110101101110101010010000010010010011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A365AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A365AD; }

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

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

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

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

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

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

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

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