#A368AD

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

Shades of Violet Blue #A368AD

Tints of Violet Blue #A368AD

Color information

#A368AD (or 0xA368AD) is unknown color: approx Violet Blue. HEX triplet: A3, 68 and AD. RGB value is (163,104,173). Sum of RGB (Red+Green+Blue) = 163+104+173=440 (58% of max value = 765). Red value is 163 (64.06% from 255 or 37.05% from 440); Green value is 104 (41.02% from 255 or 23.64% from 440); Blue value is 173 (67.97% from 255 or 39.32% from 440); Max value from RGB is 173 - color contains mainly: blue. Hex color #A368AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A368AD is #5C9752. Grayscale: #818181. Windows color (decimal): -6068051 or 11364515. OLE color: 11364515.

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

Color convert

RGB163104173-
CMYK0.060.4000.32
HSL291.3º29.61%54.31%-
HSV(B)291.3º39.88%67.84%-
XYZ27.620.742.08-
YUV129.51152.55151.89-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 37.05%
GREEN value IS 104 (41.02% from 255) = 23.64%
BLUE value IS 173 (67.97% from 255) = 39.32%
R=37.05%
G=23.64%
B=39.32%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1631041730.060.4000.32291.329.6154.31
HexA368AD6280201231e36
Octal2431502556500404433666
Binary10100011110100010101101110101000010000010010001111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A368AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A368AD; }

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

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

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

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

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

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

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

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