#A268E1

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

Shades of Medium Purple #A268E1

Tints of Medium Purple #A268E1

Color information

#A268E1 (or 0xA268E1) is unknown color: approx Medium Purple. HEX triplet: A2, 68 and E1. RGB value is (162,104,225). Sum of RGB (Red+Green+Blue) = 162+104+225=491 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.99% from 491); Green value is 104 (41.02% from 255 or 21.18% from 491); Blue value is 225 (88.28% from 255 or 45.82% from 491); Max value from RGB is 225 - color contains mainly: blue. Hex color #A268E1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A268E1 is #5D971E. Grayscale: #868686. Windows color (decimal): -6133535 or 14772386. OLE color: 14772386.

HSL color Cylindrical-coordinate representation of color #A268E1: hue angle of 268.76º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A268E1 is Cyan = 0.28, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB162104225-
CMYK0.280.5400.12
HSL268.76º66.85%64.51%-
HSV(B)268.76º53.78%88.24%-
XYZ33.4423.0273.91-
YUV135.14178.72147.16-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 32.99%
GREEN value IS 104 (41.02% from 255) = 21.18%
BLUE value IS 225 (88.28% from 255) = 45.82%
R=32.99%
G=21.18%
B=45.82%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1621042250.280.5400.12268.7666.8564.51
HexA268E11C360C10d4341
Octal2421503413466014415103101
Binary10100010110100011100001111001101100110010000110110000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A268E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A268E1; }

 p { color: rgb(162,104,225); }

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

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

 a { background-color: rgb(162,104,225); }

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

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

 span { border-color: rgb(162,104,225); }

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