#A172EB

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

Shades of Medium Purple #A172EB

Tints of Medium Purple #A172EB

Color information

#A172EB (or 0xA172EB) is unknown color: approx Medium Purple. HEX triplet: A1, 72 and EB. RGB value is (161,114,235). Sum of RGB (Red+Green+Blue) = 161+114+235=510 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.57% from 510); Green value is 114 (44.92% from 255 or 22.35% from 510); Blue value is 235 (92.19% from 255 or 46.08% from 510); Max value from RGB is 235 - color contains mainly: blue. Hex color #A172EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A172EB is #5E8D14. Grayscale: #8D8D8D. Windows color (decimal): -6196501 or 15430305. OLE color: 15430305.

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

Color convert

RGB161114235-
CMYK0.310.5100.08
HSL263.31º75.16%68.43%-
HSV(B)263.31º51.49%92.16%-
XYZ35.7125.6181.66-
YUV141.85180.57141.66-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.57%
GREEN value IS 114 (44.92% from 255) = 22.35%
BLUE value IS 235 (92.19% from 255) = 46.08%
R=31.57%
G=22.35%
B=46.08%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1611142350.310.5100.08263.3175.1668.43
HexA172EB1F33081074b44
Octal2411623533763010407113104
Binary10100001111001011101011111111100110100010000011110010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A172EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A172EB; }

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

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

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

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

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

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

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

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