#A268E7

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

Shades of Medium Purple #A268E7

Tints of Medium Purple #A268E7

Color information

#A268E7 (or 0xA268E7) is unknown color: approx Medium Purple. HEX triplet: A2, 68 and E7. RGB value is (162,104,231). Sum of RGB (Red+Green+Blue) = 162+104+231=497 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.60% from 497); Green value is 104 (41.02% from 255 or 20.93% from 497); Blue value is 231 (90.62% from 255 or 46.48% from 497); Max value from RGB is 231 - color contains mainly: blue. Hex color #A268E7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A268E7 is #5D9718. Grayscale: #878787. Windows color (decimal): -6133529 or 15165602. OLE color: 15165602.

HSL color Cylindrical-coordinate representation of color #A268E7: hue angle of 267.4º degrees, saturation: 0.73, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A268E7 is Cyan = 0.30, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB162104231-
CMYK0.300.5500.09
HSL267.4º72.57%65.69%-
HSV(B)267.4º54.98%90.59%-
XYZ34.2723.3578.3-
YUV135.82181.72146.67-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 32.60%
GREEN value IS 104 (41.02% from 255) = 20.93%
BLUE value IS 231 (90.62% from 255) = 46.48%
R=32.60%
G=20.93%
B=46.48%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1621042310.300.5500.09267.472.5765.69
HexA268E71E370910b4942
Octal2421503473667011413111102
Binary10100010110100011100111111101101110100110000101110010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A268E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A268E7; }

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

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

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

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

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

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

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

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