#A583D0

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

Shades of Cold Purple #A583D0

Tints of Cold Purple #A583D0

Color information

#A583D0 (or 0xA583D0) is unknown color: approx Cold Purple. HEX triplet: A5, 83 and D0. RGB value is (165,131,208). Sum of RGB (Red+Green+Blue) = 165+131+208=504 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.74% from 504); Green value is 131 (51.56% from 255 or 25.99% from 504); Blue value is 208 (81.64% from 255 or 41.27% from 504); Max value from RGB is 208 - color contains mainly: blue. Hex color #A583D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A583D0 is #5A7C2F. Grayscale: #959595. Windows color (decimal): -5930032 or 13665189. OLE color: 13665189.

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

Color convert

RGB165131208-
CMYK0.210.3700.18
HSL266.49º45.03%66.47%-
HSV(B)266.49º37.02%81.57%-
XYZ35.0228.7963.39-
YUV149.94160.76138.74-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 32.74%
GREEN value IS 131 (51.56% from 255) = 25.99%
BLUE value IS 208 (81.64% from 255) = 41.27%
R=32.74%
G=25.99%
B=41.27%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1651312080.210.3700.18266.4945.0366.47
HexA583D0152501210a2d42
Octal245203320254502241255102
Binary101001011000001111010000101011001010100101000010101011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A583D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A583D0; }

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

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

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

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

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

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

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

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