#A45CA5

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

Shades of Violet Blue #A45CA5

Tints of Violet Blue #A45CA5

Color information

#A45CA5 (or 0xA45CA5) is unknown color: approx Violet Blue. HEX triplet: A4, 5C and A5. RGB value is (164,92,165). Sum of RGB (Red+Green+Blue) = 164+92+165=421 (55% of max value = 765). Red value is 164 (64.45% from 255 or 38.95% from 421); Green value is 92 (36.33% from 255 or 21.85% from 421); Blue value is 165 (64.84% from 255 or 39.19% from 421); Max value from RGB is 165 - color contains mainly: blue. Hex color #A45CA5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A45CA5 is #5BA35A. Grayscale: #797979. Windows color (decimal): -6005595 or 10837156. OLE color: 10837156.

HSL color Cylindrical-coordinate representation of color #A45CA5: hue angle of 299.18º degrees, saturation: 0.29, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A45CA5 is Cyan = 0.01, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB16492165-
CMYK0.010.4400.35
HSL299.18º28.85%50.39%-
HSV(B)299.18º44.24%64.71%-
XYZ25.9318.2637.76-
YUV121.85152.35158.06-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 38.95%
GREEN value IS 92 (36.33% from 255) = 21.85%
BLUE value IS 165 (64.84% from 255) = 39.19%
R=38.95%
G=21.85%
B=39.19%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal164921650.010.4400.35299.1828.8550.39
HexA45CA512C02312b1d32
Octal2441342451540434533562
Binary101001001011100101001011101100010001110010101111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A45CA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A45CA5; }

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

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

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

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

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

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

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

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