#A574FC

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

Shades of Medium Purple #A574FC

Tints of Medium Purple #A574FC

Color information

#A574FC (or 0xA574FC) is unknown color: approx Medium Purple. HEX triplet: A5, 74 and FC. RGB value is (165,116,252). Sum of RGB (Red+Green+Blue) = 165+116+252=533 (70% of max value = 765). Red value is 165 (64.84% from 255 or 30.96% from 533); Green value is 116 (45.70% from 255 or 21.76% from 533); Blue value is 252 (98.83% from 255 or 47.28% from 533); Max value from RGB is 252 - color contains mainly: blue. Hex color #A574FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A574FC is #5A8B03. Grayscale: #919191. Windows color (decimal): -5933828 or 16544933. OLE color: 16544933.

HSL color Cylindrical-coordinate representation of color #A574FC: hue angle of 261.62º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A574FC is Cyan = 0.35, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB165116252-
CMYK0.350.5400.01
HSL261.62º95.77%72.16%-
HSV(B)261.62º53.97%98.82%-
XYZ39.3327.5295.33-
YUV146.16187.73141.44-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 30.96%
GREEN value IS 116 (45.70% from 255) = 21.76%
BLUE value IS 252 (98.83% from 255) = 47.28%
R=30.96%
G=21.76%
B=47.28%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1651162520.350.5400.01261.6295.7772.16
HexA574FC2336011066048
Octal245164374436601406140110
Binary101001011110100111111001000111101100110000011011000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A574FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A574FC; }

 p { color: rgb(165,116,252); }

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

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

 a { background-color: rgb(165,116,252); }

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

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

 span { border-color: rgb(165,116,252); }

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