#A365AC

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

Shades of Violet Blue #A365AC

Tints of Violet Blue #A365AC

Color information

#A365AC (or 0xA365AC) is unknown color: approx Violet Blue. HEX triplet: A3, 65 and AC. RGB value is (163,101,172). Sum of RGB (Red+Green+Blue) = 163+101+172=436 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.39% from 436); Green value is 101 (39.84% from 255 or 23.17% from 436); Blue value is 172 (67.58% from 255 or 39.45% from 436); Max value from RGB is 172 - color contains mainly: blue. Hex color #A365AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A365AC is #5C9A53. Grayscale: #7F7F7F. Windows color (decimal): -6068820 or 11298211. OLE color: 11298211.

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

Color convert

RGB163101172-
CMYK0.050.4100.33
HSL292.39º29.96%53.53%-
HSV(B)292.39º41.28%67.45%-
XYZ27.220.0741.47-
YUV127.63153.04153.23-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 37.39%
GREEN value IS 101 (39.84% from 255) = 23.17%
BLUE value IS 172 (67.58% from 255) = 39.45%
R=37.39%
G=23.17%
B=39.45%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1631011720.050.4100.33292.3929.9653.53
HexA365AC5290211241e36
Octal2431452545510414443666
Binary10100011110010110101100101101001010000110010010011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A365AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A365AC; }

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

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

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

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

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

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

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

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