#A36CAD

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

Shades of Violet Blue #A36CAD

Tints of Violet Blue #A36CAD

Color information

#A36CAD (or 0xA36CAD) is unknown color: approx Violet Blue. HEX triplet: A3, 6C and AD. RGB value is (163,108,173). Sum of RGB (Red+Green+Blue) = 163+108+173=444 (58% of max value = 765). Red value is 163 (64.06% from 255 or 36.71% from 444); Green value is 108 (42.58% from 255 or 24.32% from 444); Blue value is 173 (67.97% from 255 or 38.96% from 444); Max value from RGB is 173 - color contains mainly: blue. Hex color #A36CAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A36CAD is #5C9352. Grayscale: #838383. Windows color (decimal): -6067027 or 11365539. OLE color: 11365539.

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

Color convert

RGB163108173-
CMYK0.060.3800.32
HSL290.77º28.38%55.1%-
HSV(B)290.77º37.57%67.84%-
XYZ28.0121.5342.21-
YUV131.85151.22150.21-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 36.71%
GREEN value IS 108 (42.58% from 255) = 24.32%
BLUE value IS 173 (67.97% from 255) = 38.96%
R=36.71%
G=24.32%
B=38.96%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1631081730.060.3800.32290.7728.3855.1
HexA36CAD6260201231c37
Octal2431542556460404433467
Binary10100011110110010101101110100110010000010010001111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A36CAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A36CAD; }

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

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

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

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

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

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

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

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