#A05DAB

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

Shades of Violet Blue #A05DAB

Tints of Violet Blue #A05DAB

Color information

#A05DAB (or 0xA05DAB) is unknown color: approx Violet Blue. HEX triplet: A0, 5D and AB. RGB value is (160,93,171). Sum of RGB (Red+Green+Blue) = 160+93+171=424 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.74% from 424); Green value is 93 (36.72% from 255 or 21.93% from 424); Blue value is 171 (67.19% from 255 or 40.33% from 424); Max value from RGB is 171 - color contains mainly: blue. Hex color #A05DAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A05DAB is #5FA254. Grayscale: #797979. Windows color (decimal): -6267477 or 11230624. OLE color: 11230624.

HSL color Cylindrical-coordinate representation of color #A05DAB: hue angle of 291.54º 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 #A05DAB is Cyan = 0.06, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB16093171-
CMYK0.060.4600.33
HSL291.54º31.71%51.76%-
HSV(B)291.54º45.61%67.06%-
XYZ25.7618.2440.69-
YUV121.92155.7155.16-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 37.74%
GREEN value IS 93 (36.72% from 255) = 21.93%
BLUE value IS 171 (67.19% from 255) = 40.33%
R=37.74%
G=21.93%
B=40.33%

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
Decimal160931710.060.4600.33291.5431.7151.76
HexA05DAB62E0211242034
Octal2401352536560414444064
Binary101000001011101101010111101011100100001100100100100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A05DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A05DAB; }

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

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

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

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

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

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

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

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