#A15CAD

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

Shades of Violet Blue #A15CAD

Tints of Violet Blue #A15CAD

Color information

#A15CAD (or 0xA15CAD) is unknown color: approx Violet Blue. HEX triplet: A1, 5C and AD. RGB value is (161,92,173). Sum of RGB (Red+Green+Blue) = 161+92+173=426 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.79% from 426); Green value is 92 (36.33% from 255 or 21.60% from 426); Blue value is 173 (67.97% from 255 or 40.61% from 426); Max value from RGB is 173 - color contains mainly: blue. Hex color #A15CAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A15CAD is #5EA352. Grayscale: #797979. Windows color (decimal): -6202195 or 11361441. OLE color: 11361441.

HSL color Cylindrical-coordinate representation of color #A15CAD: hue angle of 291.11º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A15CAD is Cyan = 0.07, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB16192173-
CMYK0.070.4700.32
HSL291.11º33.06%51.96%-
HSV(B)291.11º46.82%67.84%-
XYZ26.0718.2541.68-
YUV121.86156.86155.91-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 37.79%
GREEN value IS 92 (36.33% from 255) = 21.60%
BLUE value IS 173 (67.97% from 255) = 40.61%
R=37.79%
G=21.60%
B=40.61%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal161921730.070.4700.32291.1133.0651.96
HexA15CAD72F0201232134
Octal2411342557570404434164
Binary101000011011100101011011111011110100000100100011100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A15CAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A15CAD; }

 p { color: rgb(161,92,173); }

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

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

 a { background-color: rgb(161,92,173); }

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

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

 span { border-color: rgb(161,92,173); }

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