#A584CA

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

Shades of Cold Purple #A584CA

Tints of Cold Purple #A584CA

Color information

#A584CA (or 0xA584CA) is unknown color: approx Cold Purple. HEX triplet: A5, 84 and CA. RGB value is (165,132,202). Sum of RGB (Red+Green+Blue) = 165+132+202=499 (66% of max value = 765). Red value is 165 (64.84% from 255 or 33.07% from 499); Green value is 132 (51.95% from 255 or 26.45% from 499); Blue value is 202 (79.30% from 255 or 40.48% from 499); Max value from RGB is 202 - color contains mainly: blue. Hex color #A584CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A584CA is #5A7B35. Grayscale: #959595. Windows color (decimal): -5929782 or 13272229. OLE color: 13272229.

HSL color Cylindrical-coordinate representation of color #A584CA: hue angle of 268.29º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A584CA is Cyan = 0.18, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB165132202-
CMYK0.180.3500.21
HSL268.29º39.77%65.49%-
HSV(B)268.29º34.65%79.22%-
XYZ34.4328.7759.61-
YUV149.85157.43138.81-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 33.07%
GREEN value IS 132 (51.95% from 255) = 26.45%
BLUE value IS 202 (79.30% from 255) = 40.48%
R=33.07%
G=26.45%
B=40.48%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1651322020.180.3500.21268.2939.7765.49
HexA584CA122301510c2841
Octal245204312224302541450101
Binary101001011000010011001010100101000110101011000011001010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A584CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A584CA; }

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

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

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

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

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

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

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

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