#A585CF

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

Shades of Cold Purple #A585CF

Tints of Cold Purple #A585CF

Color information

#A585CF (or 0xA585CF) is unknown color: approx Cold Purple. HEX triplet: A5, 85 and CF. RGB value is (165,133,207). Sum of RGB (Red+Green+Blue) = 165+133+207=505 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.67% from 505); Green value is 133 (52.34% from 255 or 26.34% from 505); Blue value is 207 (81.25% from 255 or 40.99% from 505); Max value from RGB is 207 - color contains mainly: blue. Hex color #A585CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A585CF is #5A7A30. Grayscale: #969696. Windows color (decimal): -5929521 or 13600165. OLE color: 13600165.

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

Color convert

RGB165133207-
CMYK0.200.3600.19
HSL265.95º43.53%66.67%-
HSV(B)265.95º35.75%81.18%-
XYZ35.1729.2862.83-
YUV151159.6137.98-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 32.67%
GREEN value IS 133 (52.34% from 255) = 26.34%
BLUE value IS 207 (81.25% from 255) = 40.99%
R=32.67%
G=26.34%
B=40.99%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1651332070.200.3600.19265.9543.5366.67
HexA585CF142401310a2c43
Octal245205317244402341254103
Binary101001011000010111001111101001001000100111000010101011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A585CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A585CF; }

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

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

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

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

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

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

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

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