#A481E4

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

Shades of Medium Purple #A481E4

Tints of Medium Purple #A481E4

Color information

#A481E4 (or 0xA481E4) is unknown color: approx Medium Purple. HEX triplet: A4, 81 and E4. RGB value is (164,129,228). Sum of RGB (Red+Green+Blue) = 164+129+228=521 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.48% from 521); Green value is 129 (50.78% from 255 or 24.76% from 521); Blue value is 228 (89.45% from 255 or 43.76% from 521); Max value from RGB is 228 - color contains mainly: blue. Hex color #A481E4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A481E4 is #5B7E1B. Grayscale: #969696. Windows color (decimal): -5996060 or 14975396. OLE color: 14975396.

HSL color Cylindrical-coordinate representation of color #A481E4: hue angle of 261.21º 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 #A481E4 is Cyan = 0.28, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB164129228-
CMYK0.280.4300.11
HSL261.21º64.71%70%-
HSV(B)261.21º43.42%89.41%-
XYZ37.1629.1977.08-
YUV150.75171.6137.45-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.48%
GREEN value IS 129 (50.78% from 255) = 24.76%
BLUE value IS 228 (89.45% from 255) = 43.76%
R=31.48%
G=24.76%
B=43.76%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1641292280.280.4300.11261.2164.7170
HexA481E41C2B0B1054146
Octal2442013443453013405101106
Binary101001001000000111100100111001010110101110000010110000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A481E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A481E4; }

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

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

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

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

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

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

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

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