#A27DF2

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

Shades of Medium Purple #A27DF2

Tints of Medium Purple #A27DF2

Color information

#A27DF2 (or 0xA27DF2) is unknown color: approx Medium Purple. HEX triplet: A2, 7D and F2. RGB value is (162,125,242). Sum of RGB (Red+Green+Blue) = 162+125+242=529 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.62% from 529); Green value is 125 (49.22% from 255 or 23.63% from 529); Blue value is 242 (94.92% from 255 or 45.75% from 529); Max value from RGB is 242 - color contains mainly: blue. Hex color #A27DF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A27DF2 is #5D820D. Grayscale: #949494. Windows color (decimal): -6128142 or 15891874. OLE color: 15891874.

HSL color Cylindrical-coordinate representation of color #A27DF2: hue angle of 258.97º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A27DF2 is Cyan = 0.33, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB162125242-
CMYK0.330.4800.05
HSL258.97º81.82%71.96%-
HSV(B)258.97º48.35%94.9%-
XYZ38.2628.7687.54-
YUV149.4180.26136.99-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 30.62%
GREEN value IS 125 (49.22% from 255) = 23.63%
BLUE value IS 242 (94.92% from 255) = 45.75%
R=30.62%
G=23.63%
B=45.75%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1621252420.330.4800.05258.9781.8271.96
HexA27DF22130051035248
Octal242175362416005403122110
Binary10100010111110111110010100001110000010110000001110100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27DF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27DF2; }

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

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

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

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

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

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

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

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