#A275F1

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

Shades of Medium Purple #A275F1

Tints of Medium Purple #A275F1

Color information

#A275F1 (or 0xA275F1) is unknown color: approx Medium Purple. HEX triplet: A2, 75 and F1. RGB value is (162,117,241). Sum of RGB (Red+Green+Blue) = 162+117+241=520 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.15% from 520); Green value is 117 (46.09% from 255 or 22.5% from 520); Blue value is 241 (94.53% from 255 or 46.35% from 520); Max value from RGB is 241 - color contains mainly: blue. Hex color #A275F1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A275F1 is #5D8A0E. Grayscale: #909090. Windows color (decimal): -6130191 or 15824290. OLE color: 15824290.

HSL color Cylindrical-coordinate representation of color #A275F1: hue angle of 261.77º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A275F1 is Cyan = 0.33, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB162117241-
CMYK0.330.5100.05
HSL261.77º81.58%70.2%-
HSV(B)261.77º51.45%94.51%-
XYZ37.1426.7586.43-
YUV144.59182.41140.42-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 31.15%
GREEN value IS 117 (46.09% from 255) = 22.5%
BLUE value IS 241 (94.53% from 255) = 46.35%
R=31.15%
G=22.5%
B=46.35%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1621172410.330.5100.05261.7781.5870.2
HexA275F12133051065246
Octal242165361416305406122106
Binary10100010111010111110001100001110011010110000011010100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A275F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A275F1; }

 p { color: rgb(162,117,241); }

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

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

 a { background-color: rgb(162,117,241); }

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

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

 span { border-color: rgb(162,117,241); }

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