#A681E6

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

Shades of Medium Purple #A681E6

Tints of Medium Purple #A681E6

Color information

#A681E6 (or 0xA681E6) is unknown color: approx Medium Purple. HEX triplet: A6, 81 and E6. RGB value is (166,129,230). Sum of RGB (Red+Green+Blue) = 166+129+230=525 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.62% from 525); Green value is 129 (50.78% from 255 or 24.57% from 525); Blue value is 230 (90.23% from 255 or 43.81% from 525); Max value from RGB is 230 - color contains mainly: blue. Hex color #A681E6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A681E6 is #597E19. Grayscale: #979797. Windows color (decimal): -5864986 or 15106470. OLE color: 15106470.

HSL color Cylindrical-coordinate representation of color #A681E6: hue angle of 261.98º degrees, saturation: 0.67, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A681E6 is Cyan = 0.28, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB166129230-
CMYK0.280.4400.10
HSL261.98º66.89%70.39%-
HSV(B)261.98º43.91%90.2%-
XYZ37.8629.5278.57-
YUV151.58172.26138.29-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 31.62%
GREEN value IS 129 (50.78% from 255) = 24.57%
BLUE value IS 230 (90.23% from 255) = 43.81%
R=31.62%
G=24.57%
B=43.81%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1661292300.280.4400.10261.9866.8970.39
HexA681E61C2C0A1064346
Octal2462013463454012406103106
Binary101001101000000111100110111001011000101010000011010000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A681E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A681E6; }

 p { color: rgb(166,129,230); }

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

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

 a { background-color: rgb(166,129,230); }

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

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

 span { border-color: rgb(166,129,230); }

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