#A284F7

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

Shades of Medium Purple #A284F7

Tints of Medium Purple #A284F7

Color information

#A284F7 (or 0xA284F7) is unknown color: approx Medium Purple. HEX triplet: A2, 84 and F7. RGB value is (162,132,247). Sum of RGB (Red+Green+Blue) = 162+132+247=541 (71% of max value = 765). Red value is 162 (63.67% from 255 or 29.94% from 541); Green value is 132 (51.95% from 255 or 24.40% from 541); Blue value is 247 (96.88% from 255 or 45.66% from 541); Max value from RGB is 247 - color contains mainly: blue. Hex color #A284F7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A284F7 is #5D7B08. Grayscale: #999999. Windows color (decimal): -6126345 or 16221346. OLE color: 16221346.

HSL color Cylindrical-coordinate representation of color #A284F7: hue angle of 255.65º degrees, saturation: 0.88, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A284F7 is Cyan = 0.34, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB162132247-
CMYK0.340.4700.03
HSL255.65º87.79%74.31%-
HSV(B)255.65º46.56%96.86%-
XYZ39.9430.991.85-
YUV154.08180.44133.65-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 29.94%
GREEN value IS 132 (51.95% from 255) = 24.40%
BLUE value IS 247 (96.88% from 255) = 45.66%
R=29.94%
G=24.40%
B=45.66%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1621322470.340.4700.03255.6587.7974.31
HexA284F7222F03100584a
Octal242204367425703400130112
Binary10100010100001001111011110001010111101110000000010110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A284F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A284F7; }

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

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

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

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

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

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

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

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