#A268E6

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

Shades of Medium Purple #A268E6

Tints of Medium Purple #A268E6

Color information

#A268E6 (or 0xA268E6) is unknown color: approx Medium Purple. HEX triplet: A2, 68 and E6. RGB value is (162,104,230). Sum of RGB (Red+Green+Blue) = 162+104+230=496 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.66% from 496); Green value is 104 (41.02% from 255 or 20.97% from 496); Blue value is 230 (90.23% from 255 or 46.37% from 496); Max value from RGB is 230 - color contains mainly: blue. Hex color #A268E6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A268E6 is #5D9719. Grayscale: #878787. Windows color (decimal): -6133530 or 15100066. OLE color: 15100066.

HSL color Cylindrical-coordinate representation of color #A268E6: hue angle of 267.62º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A268E6 is Cyan = 0.30, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB162104230-
CMYK0.300.5500.10
HSL267.62º71.59%65.49%-
HSV(B)267.62º54.78%90.2%-
XYZ34.1323.377.56-
YUV135.71181.22146.75-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 32.66%
GREEN value IS 104 (41.02% from 255) = 20.97%
BLUE value IS 230 (90.23% from 255) = 46.37%
R=32.66%
G=20.97%
B=46.37%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1621042300.300.5500.10267.6271.5965.49
HexA268E61E370A10c4841
Octal2421503463667012414110101
Binary10100010110100011100110111101101110101010000110010010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A268E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A268E6; }

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

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

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

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

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

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

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

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