#A281DA

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

Shades of Medium Purple #A281DA

Tints of Medium Purple #A281DA

Color information

#A281DA (or 0xA281DA) is unknown color: approx Medium Purple. HEX triplet: A2, 81 and DA. RGB value is (162,129,218). Sum of RGB (Red+Green+Blue) = 162+129+218=509 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.83% from 509); Green value is 129 (50.78% from 255 or 25.34% from 509); Blue value is 218 (85.55% from 255 or 42.83% from 509); Max value from RGB is 218 - color contains mainly: blue. Hex color #A281DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A281DA is #5D7E25. Grayscale: #949494. Windows color (decimal): -6127142 or 14320034. OLE color: 14320034.

HSL color Cylindrical-coordinate representation of color #A281DA: hue angle of 262.25º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A281DA is Cyan = 0.26, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB162129218-
CMYK0.260.4100.15
HSL262.25º54.6%68.04%-
HSV(B)262.25º40.83%85.49%-
XYZ35.4128.4469.95-
YUV149.01166.93137.26-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 31.83%
GREEN value IS 129 (50.78% from 255) = 25.34%
BLUE value IS 218 (85.55% from 255) = 42.83%
R=31.83%
G=25.34%
B=42.83%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1621292180.260.4100.15262.2554.668.04
HexA281DA1A290F1063744
Octal242201332325101740667104
Binary10100010100000011101101011010101001011111000001101101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A281DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A281DA; }

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

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

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

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

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

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

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

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