#A45CA0

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

Shades of Violet Blue #A45CA0

Tints of Violet Blue #A45CA0

Color information

#A45CA0 (or 0xA45CA0) is unknown color: approx Violet Blue. HEX triplet: A4, 5C and A0. RGB value is (164,92,160). Sum of RGB (Red+Green+Blue) = 164+92+160=416 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.42% from 416); Green value is 92 (36.33% from 255 or 22.12% from 416); Blue value is 160 (62.89% from 255 or 38.46% from 416); Max value from RGB is 164 - color contains mainly: red. Hex color #A45CA0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A45CA0 is #5BA35F. Grayscale: #797979. Windows color (decimal): -6005600 or 10509476. OLE color: 10509476.

HSL color Cylindrical-coordinate representation of color #A45CA0: hue angle of 303.33º degrees, saturation: 0.28, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A45CA0 is Cyan = 0, Magento = 0.44, Yellow = 0.02 and Black (K on CMYK) = 0.36.

Color convert

RGB16492160-
CMYK00.440.020.36
HSL303.33º28.35%50.2%-
HSV(B)303.33º43.9%64.31%-
XYZ25.4818.0835.41-
YUV121.28149.85158.47-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 39.42%
GREEN value IS 92 (36.33% from 255) = 22.12%
BLUE value IS 160 (62.89% from 255) = 38.46%
R=39.42%
G=22.12%
B=38.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.02
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1649216000.440.020.36303.3328.3550.2
HexA45CA002C22412f1c32
Octal2441342400542444573462
Binary1010010010111001010000001011001010010010010111111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A45CA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A45CA0; }

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

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

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

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

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

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

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

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