#A168EA

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

Shades of Medium Purple #A168EA

Tints of Medium Purple #A168EA

Color information

#A168EA (or 0xA168EA) is unknown color: approx Medium Purple. HEX triplet: A1, 68 and EA. RGB value is (161,104,234). Sum of RGB (Red+Green+Blue) = 161+104+234=499 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.26% from 499); Green value is 104 (41.02% from 255 or 20.84% from 499); Blue value is 234 (91.80% from 255 or 46.89% from 499); Max value from RGB is 234 - color contains mainly: blue. Hex color #A168EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A168EA is #5E9715. Grayscale: #878787. Windows color (decimal): -6199062 or 15362209. OLE color: 15362209.

HSL color Cylindrical-coordinate representation of color #A168EA: hue angle of 266.31º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A168EA is Cyan = 0.31, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB161104234-
CMYK0.310.5600.08
HSL266.31º75.58%66.27%-
HSV(B)266.31º55.56%91.76%-
XYZ34.523.4280.54-
YUV135.86183.38145.93-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 32.26%
GREEN value IS 104 (41.02% from 255) = 20.84%
BLUE value IS 234 (91.80% from 255) = 46.89%
R=32.26%
G=20.84%
B=46.89%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1611042340.310.5600.08266.3175.5866.27
HexA168EA1F380810a4c42
Octal2411503523770010412114102
Binary10100001110100011101010111111110000100010000101010011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A168EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A168EA; }

 p { color: rgb(161,104,234); }

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

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

 a { background-color: rgb(161,104,234); }

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

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

 span { border-color: rgb(161,104,234); }

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