#A284CF

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

Shades of Cold Purple #A284CF

Tints of Cold Purple #A284CF

Color information

#A284CF (or 0xA284CF) is unknown color: approx Cold Purple. HEX triplet: A2, 84 and CF. RGB value is (162,132,207). Sum of RGB (Red+Green+Blue) = 162+132+207=501 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.34% from 501); Green value is 132 (51.95% from 255 or 26.35% from 501); Blue value is 207 (81.25% from 255 or 41.32% from 501); Max value from RGB is 207 - color contains mainly: blue. Hex color #A284CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A284CF is #5D7B30. Grayscale: #959595. Windows color (decimal): -6126385 or 13599906. OLE color: 13599906.

HSL color Cylindrical-coordinate representation of color #A284CF: hue angle of 264º 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 #A284CF is Cyan = 0.22, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB162132207-
CMYK0.220.3600.19
HSL264º43.86%66.47%-
HSV(B)264º36.23%81.18%-
XYZ34.4128.6962.76-
YUV149.52160.44136.9-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 32.34%
GREEN value IS 132 (51.95% from 255) = 26.35%
BLUE value IS 207 (81.25% from 255) = 41.32%
R=32.34%
G=26.35%
B=41.32%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1621322070.220.3600.1926443.8666.47
HexA284CF16240131082c42
Octal242204317264402341054102
Binary101000101000010011001111101101001000100111000010001011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A284CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A284CF; }

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

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

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

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

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

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

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

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