#A281E4

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

Shades of Medium Purple #A281E4

Tints of Medium Purple #A281E4

Color information

#A281E4 (or 0xA281E4) is unknown color: approx Medium Purple. HEX triplet: A2, 81 and E4. RGB value is (162,129,228). Sum of RGB (Red+Green+Blue) = 162+129+228=519 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.21% from 519); Green value is 129 (50.78% from 255 or 24.86% from 519); Blue value is 228 (89.45% from 255 or 43.93% from 519); Max value from RGB is 228 - color contains mainly: blue. Hex color #A281E4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A281E4 is #5D7E1B. Grayscale: #959595. Windows color (decimal): -6127132 or 14975394. OLE color: 14975394.

HSL color Cylindrical-coordinate representation of color #A281E4: hue angle of 260º degrees, saturation: 0.65, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A281E4 is Cyan = 0.29, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB162129228-
CMYK0.290.4300.11
HSL260º64.71%70%-
HSV(B)260º43.42%89.41%-
XYZ36.7528.9877.06-
YUV150.15171.93136.45-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 31.21%
GREEN value IS 129 (50.78% from 255) = 24.86%
BLUE value IS 228 (89.45% from 255) = 43.93%
R=31.21%
G=24.86%
B=43.93%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1621292280.290.4300.1126064.7170
HexA281E41D2B0B1044146
Octal2422013443553013404101106
Binary101000101000000111100100111011010110101110000010010000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A281E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A281E4; }

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

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

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

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

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

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

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

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