#AC75FB

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

Shades of Medium Purple #AC75FB

Tints of Medium Purple #AC75FB

Color information

#AC75FB (or 0xAC75FB) is unknown color: approx Medium Purple. HEX triplet: AC, 75 and FB. RGB value is (172,117,251). Sum of RGB (Red+Green+Blue) = 172+117+251=540 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.85% from 540); Green value is 117 (46.09% from 255 or 21.67% from 540); Blue value is 251 (98.44% from 255 or 46.48% from 540); Max value from RGB is 251 - color contains mainly: blue. Hex color #AC75FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC75FB is #538A04. Grayscale: #949494. Windows color (decimal): -5474821 or 16479660. OLE color: 16479660.

HSL color Cylindrical-coordinate representation of color #AC75FB: hue angle of 264.63º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AC75FB is Cyan = 0.31, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB172117251-
CMYK0.310.5300.02
HSL264.63º94.37%72.16%-
HSV(B)264.63º53.39%98.43%-
XYZ40.7928.4694.61-
YUV148.72185.72144.6-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.85%
GREEN value IS 117 (46.09% from 255) = 21.67%
BLUE value IS 251 (98.44% from 255) = 46.48%
R=31.85%
G=21.67%
B=46.48%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1721172510.310.5300.02264.6394.3772.16
HexAC75FB1F35021095e48
Octal254165373376502411136110
Binary101011001110101111110111111111010101010000100110111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC75FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC75FB; }

 p { color: rgb(172,117,251); }

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

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

 a { background-color: rgb(172,117,251); }

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

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

 span { border-color: rgb(172,117,251); }

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