#A27FDA

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

Shades of Medium Purple #A27FDA

Tints of Medium Purple #A27FDA

Color information

#A27FDA (or 0xA27FDA) is unknown color: approx Medium Purple. HEX triplet: A2, 7F and DA. RGB value is (162,127,218). Sum of RGB (Red+Green+Blue) = 162+127+218=507 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.95% from 507); Green value is 127 (50% from 255 or 25.05% from 507); Blue value is 218 (85.55% from 255 or 43.00% from 507); Max value from RGB is 218 - color contains mainly: blue. Hex color #A27FDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A27FDA is #5D8025. Grayscale: #939393. Windows color (decimal): -6127654 or 14319522. OLE color: 14319522.

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

Color convert

RGB162127218-
CMYK0.260.4200.15
HSL263.08º55.15%67.65%-
HSV(B)263.08º41.74%85.49%-
XYZ35.1427.9269.87-
YUV147.84167.6138.1-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 31.95%
GREEN value IS 127 (50% from 255) = 25.05%
BLUE value IS 218 (85.55% from 255) = 43.00%
R=31.95%
G=25.05%
B=43.00%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1621272180.260.4200.15263.0855.1567.65
HexA27FDA1A2A0F1073744
Octal242177332325201740767104
Binary1010001011111111101101011010101010011111000001111101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27FDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27FDA; }

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

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

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

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

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

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

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

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