#A281F8

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

Shades of Medium Purple #A281F8

Tints of Medium Purple #A281F8

Color information

#A281F8 (or 0xA281F8) is unknown color: approx Medium Purple. HEX triplet: A2, 81 and F8. RGB value is (162,129,248). Sum of RGB (Red+Green+Blue) = 162+129+248=539 (71% of max value = 765). Red value is 162 (63.67% from 255 or 30.06% from 539); Green value is 129 (50.78% from 255 or 23.93% from 539); Blue value is 248 (97.27% from 255 or 46.01% from 539); Max value from RGB is 248 - color contains mainly: blue. Hex color #A281F8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A281F8 is #5D7E07. Grayscale: #979797. Windows color (decimal): -6127112 or 16286114. OLE color: 16286114.

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

Color convert

RGB162129248-
CMYK0.350.4800.03
HSL256.64º89.47%73.92%-
HSV(B)256.64º47.98%97.25%-
XYZ39.6930.1692.54-
YUV152.43181.93134.82-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 30.06%
GREEN value IS 129 (50.78% from 255) = 23.93%
BLUE value IS 248 (97.27% from 255) = 46.01%
R=30.06%
G=23.93%
B=46.01%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1621292480.350.4800.03256.6489.4773.92
HexA281F8233003101594a
Octal242201370436003401131112
Binary10100010100000011111100010001111000001110000000110110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A281F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A281F8; }

 p { color: rgb(162,129,248); }

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

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

 a { background-color: rgb(162,129,248); }

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

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

 span { border-color: rgb(162,129,248); }

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