#A975FE

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

Shades of Medium Purple #A975FE

Tints of Medium Purple #A975FE

Color information

#A975FE (or 0xA975FE) is unknown color: approx Medium Purple. HEX triplet: A9, 75 and FE. RGB value is (169,117,254). Sum of RGB (Red+Green+Blue) = 169+117+254=540 (71% of max value = 765). Red value is 169 (66.41% from 255 or 31.30% from 540); Green value is 117 (46.09% from 255 or 21.67% from 540); Blue value is 254 (99.61% from 255 or 47.04% from 540); Max value from RGB is 254 - color contains mainly: blue. Hex color #A975FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A975FE is #568A01. Grayscale: #939393. Windows color (decimal): -5671426 or 16676265. OLE color: 16676265.

HSL color Cylindrical-coordinate representation of color #A975FE: hue angle of 262.77º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A975FE is Cyan = 0.33, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB169117254-
CMYK0.330.5400.00
HSL262.77º98.56%72.75%-
HSV(B)262.77º53.94%99.61%-
XYZ40.6128.3197.09-
YUV148.17187.73142.86-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 31.30%
GREEN value IS 117 (46.09% from 255) = 21.67%
BLUE value IS 254 (99.61% from 255) = 47.04%
R=31.30%
G=21.67%
B=47.04%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1691172540.330.5400.00262.7798.5672.75
HexA975FE2136001076349
Octal251165376416600407143111
Binary101010011110101111111101000011101100010000011111000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A975FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A975FE; }

 p { color: rgb(169,117,254); }

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

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

 a { background-color: rgb(169,117,254); }

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

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

 span { border-color: rgb(169,117,254); }

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