#A165EB

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

Shades of Medium Purple #A165EB

Tints of Medium Purple #A165EB

Color information

#A165EB (or 0xA165EB) is unknown color: approx Medium Purple. HEX triplet: A1, 65 and EB. RGB value is (161,101,235). Sum of RGB (Red+Green+Blue) = 161+101+235=497 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.39% from 497); Green value is 101 (39.84% from 255 or 20.32% from 497); Blue value is 235 (92.19% from 255 or 47.28% from 497); Max value from RGB is 235 - color contains mainly: blue. Hex color #A165EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A165EB is #5E9A14. Grayscale: #858585. Windows color (decimal): -6199829 or 15426977. OLE color: 15426977.

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

Color convert

RGB161101235-
CMYK0.310.5700.08
HSL266.87º77.01%65.88%-
HSV(B)266.87º57.02%92.16%-
XYZ34.3522.8881.2-
YUV134.22184.88147.1-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 32.39%
GREEN value IS 101 (39.84% from 255) = 20.32%
BLUE value IS 235 (92.19% from 255) = 47.28%
R=32.39%
G=20.32%
B=47.28%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1611012350.310.5700.08266.8777.0165.88
HexA165EB1F390810b4d42
Octal2411453533771010413115102
Binary10100001110010111101011111111110010100010000101110011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A165EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A165EB; }

 p { color: rgb(161,101,235); }

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

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

 a { background-color: rgb(161,101,235); }

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

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

 span { border-color: rgb(161,101,235); }

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