#A58DC1

Color #A58DC1 Cold Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cold Purple #A58DC1

Tints of Cold Purple #A58DC1

Color information

#A58DC1 (or 0xA58DC1) is unknown color: approx Cold Purple. HEX triplet: A5, 8D and C1. RGB value is (165,141,193). Sum of RGB (Red+Green+Blue) = 165+141+193=499 (66% of max value = 765). Red value is 165 (64.84% from 255 or 33.07% from 499); Green value is 141 (55.47% from 255 or 28.26% from 499); Blue value is 193 (75.78% from 255 or 38.68% from 499); Max value from RGB is 193 - color contains mainly: blue. Hex color #A58DC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A58DC1 is #5A723E. Grayscale: #999999. Windows color (decimal): -5927487 or 12684709. OLE color: 12684709.

HSL color Cylindrical-coordinate representation of color #A58DC1: hue angle of 267.69º degrees, saturation: 0.3, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A58DC1 is Cyan = 0.15, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB165141193-
CMYK0.150.2700.24
HSL267.69º29.55%65.49%-
HSV(B)267.69º26.94%75.69%-
XYZ34.6730.954.59-
YUV154.1149.95135.77-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 33.07%
GREEN value IS 141 (55.47% from 255) = 28.26%
BLUE value IS 193 (75.78% from 255) = 38.68%
R=33.07%
G=28.26%
B=38.68%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1651411930.150.2700.24267.6929.5565.49
HexA58DC1F1B01810c1e41
Octal245215301173303041436101
Binary101001011000110111000001111111011011000100001100111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A58DC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A58DC1; }

 p { color: rgb(165,141,193); }

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

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

 a { background-color: rgb(165,141,193); }

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

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

 span { border-color: rgb(165,141,193); }

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