#A282F7

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

Shades of Medium Purple #A282F7

Tints of Medium Purple #A282F7

Color information

#A282F7 (or 0xA282F7) is unknown color: approx Medium Purple. HEX triplet: A2, 82 and F7. RGB value is (162,130,247). Sum of RGB (Red+Green+Blue) = 162+130+247=539 (71% of max value = 765). Red value is 162 (63.67% from 255 or 30.06% from 539); Green value is 130 (51.17% from 255 or 24.12% from 539); Blue value is 247 (96.88% from 255 or 45.83% from 539); Max value from RGB is 247 - color contains mainly: blue. Hex color #A282F7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A282F7 is #5D7D08. Grayscale: #989898. Windows color (decimal): -6126857 or 16220834. OLE color: 16220834.

HSL color Cylindrical-coordinate representation of color #A282F7: hue angle of 256.41º 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 #A282F7 is Cyan = 0.34, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB162130247-
CMYK0.340.4700.03
HSL256.41º87.97%73.92%-
HSV(B)256.41º47.37%96.86%-
XYZ39.6730.3691.77-
YUV152.91181.1134.49-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 30.06%
GREEN value IS 130 (51.17% from 255) = 24.12%
BLUE value IS 247 (96.88% from 255) = 45.83%
R=30.06%
G=24.12%
B=45.83%

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
Decimal1621302470.340.4700.03256.4187.9773.92
HexA282F7222F03100584a
Octal242202367425703400130112
Binary10100010100000101111011110001010111101110000000010110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A282F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A282F7; }

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

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

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

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

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

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

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

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