#A15DAB

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

Shades of Violet Blue #A15DAB

Tints of Violet Blue #A15DAB

Color information

#A15DAB (or 0xA15DAB) is unknown color: approx Violet Blue. HEX triplet: A1, 5D and AB. RGB value is (161,93,171). Sum of RGB (Red+Green+Blue) = 161+93+171=425 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.88% from 425); Green value is 93 (36.72% from 255 or 21.88% from 425); Blue value is 171 (67.19% from 255 or 40.24% from 425); Max value from RGB is 171 - color contains mainly: blue. Hex color #A15DAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A15DAB is #5EA254. Grayscale: #797979. Windows color (decimal): -6201941 or 11230625. OLE color: 11230625.

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

Color convert

RGB16193171-
CMYK0.060.4600.33
HSL292.31º31.71%51.76%-
HSV(B)292.31º45.61%67.06%-
XYZ25.9618.3540.7-
YUV122.22155.53155.66-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 37.88%
GREEN value IS 93 (36.72% from 255) = 21.88%
BLUE value IS 171 (67.19% from 255) = 40.24%
R=37.88%
G=21.88%
B=40.24%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal161931710.060.4600.33292.3131.7151.76
HexA15DAB62E0211242034
Octal2411352536560414444064
Binary101000011011101101010111101011100100001100100100100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A15DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A15DAB; }

 p { color: rgb(161,93,171); }

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

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

 a { background-color: rgb(161,93,171); }

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

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

 span { border-color: rgb(161,93,171); }

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