#A58DCB

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

Shades of Cold Purple #A58DCB

Tints of Cold Purple #A58DCB

Color information

#A58DCB (or 0xA58DCB) is unknown color: approx Cold Purple. HEX triplet: A5, 8D and CB. RGB value is (165,141,203). Sum of RGB (Red+Green+Blue) = 165+141+203=509 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.42% from 509); Green value is 141 (55.47% from 255 or 27.70% from 509); Blue value is 203 (79.69% from 255 or 39.88% from 509); Max value from RGB is 203 - color contains mainly: blue. Hex color #A58DCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A58DCB is #5A7234. Grayscale: #9B9B9B. Windows color (decimal): -5927477 or 13340069. OLE color: 13340069.

HSL color Cylindrical-coordinate representation of color #A58DCB: hue angle of 263.23º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A58DCB is Cyan = 0.19, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB165141203-
CMYK0.190.3100.20
HSL263.23º37.35%67.45%-
HSV(B)263.23º30.54%79.61%-
XYZ35.8231.3660.67-
YUV155.24154.95134.96-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 32.42%
GREEN value IS 141 (55.47% from 255) = 27.70%
BLUE value IS 203 (79.69% from 255) = 39.88%
R=32.42%
G=27.70%
B=39.88%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1651412030.190.3100.20263.2337.3567.45
HexA58DCB131F0141072543
Octal245215313233702440745103
Binary10100101100011011100101110011111110101001000001111001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A58DCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A58DCB; }

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

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

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

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

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

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

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

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