#A57DCD

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

Shades of Cold Purple #A57DCD

Tints of Cold Purple #A57DCD

Color information

#A57DCD (or 0xA57DCD) is unknown color: approx Cold Purple. HEX triplet: A5, 7D and CD. RGB value is (165,125,205). Sum of RGB (Red+Green+Blue) = 165+125+205=495 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.33% from 495); Green value is 125 (49.22% from 255 or 25.25% from 495); Blue value is 205 (80.47% from 255 or 41.41% from 495); Max value from RGB is 205 - color contains mainly: blue. Hex color #A57DCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A57DCD is #5A8232. Grayscale: #919191. Windows color (decimal): -5931571 or 13467045. OLE color: 13467045.

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

Color convert

RGB165125205-
CMYK0.200.3900.20
HSL270º44.44%64.71%-
HSV(B)270º39.02%80.39%-
XYZ33.8727.0761.2-
YUV146.08161.25141.5-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 33.33%
GREEN value IS 125 (49.22% from 255) = 25.25%
BLUE value IS 205 (80.47% from 255) = 41.41%
R=33.33%
G=25.25%
B=41.41%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1651252050.200.3900.2027044.4464.71
HexA57DCD142701410e2c41
Octal245175315244702441654101
Binary10100101111110111001101101001001110101001000011101011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A57DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A57DCD; }

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

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

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

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

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

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

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

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