#A58CCD

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

Shades of Cold Purple #A58CCD

Tints of Cold Purple #A58CCD

Color information

#A58CCD (or 0xA58CCD) is unknown color: approx Cold Purple. HEX triplet: A5, 8C and CD. RGB value is (165,140,205). Sum of RGB (Red+Green+Blue) = 165+140+205=510 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.35% from 510); Green value is 140 (55.08% from 255 or 27.45% from 510); Blue value is 205 (80.47% from 255 or 40.20% from 510); Max value from RGB is 205 - color contains mainly: blue. Hex color #A58CCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A58CCD is #5A7332. Grayscale: #9A9A9A. Windows color (decimal): -5927731 or 13470885. OLE color: 13470885.

HSL color Cylindrical-coordinate representation of color #A58CCD: hue angle of 263.08º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A58CCD is Cyan = 0.20, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB165140205-
CMYK0.200.3200.20
HSL263.08º39.39%67.65%-
HSV(B)263.08º31.71%80.39%-
XYZ35.9131.1661.88-
YUV154.88156.28135.21-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 32.35%
GREEN value IS 140 (55.08% from 255) = 27.45%
BLUE value IS 205 (80.47% from 255) = 40.20%
R=32.35%
G=27.45%
B=40.20%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1651402050.200.3200.20263.0839.3967.65
HexA58CCD14200141072744
Octal245214315244002440747104
Binary101001011000110011001101101001000000101001000001111001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A58CCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A58CCD; }

 p { color: rgb(165,140,205); }

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

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

 a { background-color: rgb(165,140,205); }

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

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

 span { border-color: rgb(165,140,205); }

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