#A585D0

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

Shades of Cold Purple #A585D0

Tints of Cold Purple #A585D0

Color information

#A585D0 (or 0xA585D0) is unknown color: approx Cold Purple. HEX triplet: A5, 85 and D0. RGB value is (165,133,208). Sum of RGB (Red+Green+Blue) = 165+133+208=506 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.61% from 506); Green value is 133 (52.34% from 255 or 26.28% from 506); Blue value is 208 (81.64% from 255 or 41.11% from 506); Max value from RGB is 208 - color contains mainly: blue. Hex color #A585D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A585D0 is #5A7A2F. Grayscale: #969696. Windows color (decimal): -5929520 or 13665701. OLE color: 13665701.

HSL color Cylindrical-coordinate representation of color #A585D0: hue angle of 265.6º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A585D0 is Cyan = 0.21, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB165133208-
CMYK0.210.3600.18
HSL265.6º44.38%66.86%-
HSV(B)265.6º36.06%81.57%-
XYZ35.2929.3363.48-
YUV151.12160.1137.9-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 32.61%
GREEN value IS 133 (52.34% from 255) = 26.28%
BLUE value IS 208 (81.64% from 255) = 41.11%
R=32.61%
G=26.28%
B=41.11%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1651332080.210.3600.18265.644.3866.86
HexA585D0152401210a2c43
Octal245205320254402241254103
Binary101001011000010111010000101011001000100101000010101011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A585D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A585D0; }

 p { color: rgb(165,133,208); }

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

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

 a { background-color: rgb(165,133,208); }

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

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

 span { border-color: rgb(165,133,208); }

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