#A05CAB

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

Shades of Violet Blue #A05CAB

Tints of Violet Blue #A05CAB

Color information

#A05CAB (or 0xA05CAB) is unknown color: approx Violet Blue. HEX triplet: A0, 5C and AB. RGB value is (160,92,171). Sum of RGB (Red+Green+Blue) = 160+92+171=423 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.83% from 423); Green value is 92 (36.33% from 255 or 21.75% from 423); Blue value is 171 (67.19% from 255 or 40.43% from 423); Max value from RGB is 171 - color contains mainly: blue. Hex color #A05CAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A05CAB is #5FA354. Grayscale: #797979. Windows color (decimal): -6267733 or 11230368. OLE color: 11230368.

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

Color convert

RGB16092171-
CMYK0.060.4600.33
HSL291.65º31.98%51.57%-
HSV(B)291.65º46.2%67.06%-
XYZ25.6818.0740.66-
YUV121.34156.03155.58-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 37.83%
GREEN value IS 92 (36.33% from 255) = 21.75%
BLUE value IS 171 (67.19% from 255) = 40.43%
R=37.83%
G=21.75%
B=40.43%

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
Decimal160921710.060.4600.33291.6531.9851.57
HexA05CAB62E0211242034
Octal2401342536560414444064
Binary101000001011100101010111101011100100001100100100100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A05CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A05CAB; }

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

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

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

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

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

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

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

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