#A27DDC

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

Shades of Medium Purple #A27DDC

Tints of Medium Purple #A27DDC

Color information

#A27DDC (or 0xA27DDC) is unknown color: approx Medium Purple. HEX triplet: A2, 7D and DC. RGB value is (162,125,220). Sum of RGB (Red+Green+Blue) = 162+125+220=507 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.95% from 507); Green value is 125 (49.22% from 255 or 24.65% from 507); Blue value is 220 (86.33% from 255 or 43.39% from 507); Max value from RGB is 220 - color contains mainly: blue. Hex color #A27DDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A27DDC is #5D8223. Grayscale: #929292. Windows color (decimal): -6128164 or 14450082. OLE color: 14450082.

HSL color Cylindrical-coordinate representation of color #A27DDC: hue angle of 263.37º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A27DDC is Cyan = 0.26, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB162125220-
CMYK0.260.4300.14
HSL263.37º57.58%67.65%-
HSV(B)263.37º43.18%86.27%-
XYZ35.1527.5271.17-
YUV146.89169.26138.78-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 31.95%
GREEN value IS 125 (49.22% from 255) = 24.65%
BLUE value IS 220 (86.33% from 255) = 43.39%
R=31.95%
G=24.65%
B=43.39%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1621252200.260.4300.14263.3757.5867.65
HexA27DDC1A2B0E1073a44
Octal242175334325301640772104
Binary1010001011111011101110011010101011011101000001111110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27DDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27DDC; }

 p { color: rgb(162,125,220); }

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

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

 a { background-color: rgb(162,125,220); }

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

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

 span { border-color: rgb(162,125,220); }

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