#A584CD

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

Shades of Cold Purple #A584CD

Tints of Cold Purple #A584CD

Color information

#A584CD (or 0xA584CD) is unknown color: approx Cold Purple. HEX triplet: A5, 84 and CD. RGB value is (165,132,205). Sum of RGB (Red+Green+Blue) = 165+132+205=502 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.87% from 502); Green value is 132 (51.95% from 255 or 26.29% from 502); Blue value is 205 (80.47% from 255 or 40.84% from 502); Max value from RGB is 205 - color contains mainly: blue. Hex color #A584CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A584CD is #5A7B32. Grayscale: #959595. Windows color (decimal): -5929779 or 13468837. OLE color: 13468837.

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

Color convert

RGB165132205-
CMYK0.200.3600.20
HSL267.12º42.2%66.08%-
HSV(B)267.12º35.61%80.39%-
XYZ34.7928.9161.5-
YUV150.19158.93138.56-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 32.87%
GREEN value IS 132 (51.95% from 255) = 26.29%
BLUE value IS 205 (80.47% from 255) = 40.84%
R=32.87%
G=26.29%
B=40.84%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1651322050.200.3600.20267.1242.266.08
HexA584CD142401410b2a42
Octal245204315244402441352102
Binary101001011000010011001101101001001000101001000010111010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A584CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A584CD; }

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

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

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

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

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

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

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

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