#A068E1

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

Shades of Medium Purple #A068E1

Tints of Medium Purple #A068E1

Color information

#A068E1 (or 0xA068E1) is unknown color: approx Medium Purple. HEX triplet: A0, 68 and E1. RGB value is (160,104,225). Sum of RGB (Red+Green+Blue) = 160+104+225=489 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.72% from 489); Green value is 104 (41.02% from 255 or 21.27% from 489); Blue value is 225 (88.28% from 255 or 46.01% from 489); Max value from RGB is 225 - color contains mainly: blue. Hex color #A068E1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A068E1 is #5F971E. Grayscale: #868686. Windows color (decimal): -6264607 or 14772384. OLE color: 14772384.

HSL color Cylindrical-coordinate representation of color #A068E1: hue angle of 267.77º 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 #A068E1 is Cyan = 0.29, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB160104225-
CMYK0.290.5400.12
HSL267.77º66.85%64.51%-
HSV(B)267.77º53.78%88.24%-
XYZ33.0422.8173.9-
YUV134.54179.05146.16-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 32.72%
GREEN value IS 104 (41.02% from 255) = 21.27%
BLUE value IS 225 (88.28% from 255) = 46.01%
R=32.72%
G=21.27%
B=46.01%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1601042250.290.5400.12267.7766.8564.51
HexA068E11D360C10c4341
Octal2401503413566014414103101
Binary10100000110100011100001111011101100110010000110010000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A068E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A068E1; }

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

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

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

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

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

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

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

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