#A58DC5

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

Shades of Cold Purple #A58DC5

Tints of Cold Purple #A58DC5

Color information

#A58DC5 (or 0xA58DC5) is unknown color: approx Cold Purple. HEX triplet: A5, 8D and C5. RGB value is (165,141,197). Sum of RGB (Red+Green+Blue) = 165+141+197=503 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.80% from 503); Green value is 141 (55.47% from 255 or 28.03% from 503); Blue value is 197 (77.34% from 255 or 39.17% from 503); Max value from RGB is 197 - color contains mainly: blue. Hex color #A58DC5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A58DC5 is #5A723A. Grayscale: #9A9A9A. Windows color (decimal): -5927483 or 12946853. OLE color: 12946853.

HSL color Cylindrical-coordinate representation of color #A58DC5: hue angle of 265.71º degrees, saturation: 0.33, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A58DC5 is Cyan = 0.16, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB165141197-
CMYK0.160.2800.23
HSL265.71º32.56%66.27%-
HSV(B)265.71º28.43%77.25%-
XYZ35.1231.0856.97-
YUV154.56151.95135.45-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 32.80%
GREEN value IS 141 (55.47% from 255) = 28.03%
BLUE value IS 197 (77.34% from 255) = 39.17%
R=32.80%
G=28.03%
B=39.17%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1651411970.160.2800.23265.7132.5666.27
HexA58DC5101C01710a2142
Octal245215305203402741241102
Binary10100101100011011100010110000111000101111000010101000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A58DC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A58DC5; }

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

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

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

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

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

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

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

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