#A584CF

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

Shades of Cold Purple #A584CF

Tints of Cold Purple #A584CF

Color information

#A584CF (or 0xA584CF) is unknown color: approx Cold Purple. HEX triplet: A5, 84 and CF. RGB value is (165,132,207). Sum of RGB (Red+Green+Blue) = 165+132+207=504 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.74% from 504); Green value is 132 (51.95% from 255 or 26.19% from 504); Blue value is 207 (81.25% from 255 or 41.07% from 504); Max value from RGB is 207 - color contains mainly: blue. Hex color #A584CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A584CF is #5A7B30. Grayscale: #969696. Windows color (decimal): -5929777 or 13599909. OLE color: 13599909.

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

Color convert

RGB165132207-
CMYK0.200.3600.19
HSL266.4º43.86%66.47%-
HSV(B)266.4º36.23%81.18%-
XYZ35.0329.0162.78-
YUV150.42159.93138.4-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 32.74%
GREEN value IS 132 (51.95% from 255) = 26.19%
BLUE value IS 207 (81.25% from 255) = 41.07%
R=32.74%
G=26.19%
B=41.07%

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
Decimal1651322070.200.3600.19266.443.8666.47
HexA584CF142401310a2c42
Octal245204317244402341254102
Binary101001011000010011001111101001001000100111000010101011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A584CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A584CF; }

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

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

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

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

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

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

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

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