#ac74fb

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

Shades of Medium Purple #AC74FB

Tints of Medium Purple #AC74FB

Color information

#AC74FB (or 0xAC74FB) is unknown color: approx Medium Purple. HEX triplet: AC, 74 and FB. RGB value is (172,116,251). Sum of RGB (Red+Green+Blue) = 172+116+251=539 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.91% from 539); Green value is 116 (45.70% from 255 or 21.52% from 539); Blue value is 251 (98.44% from 255 or 46.57% from 539); Max value from RGB is 251 - color contains mainly: blue. Hex color #AC74FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC74FB is #538B04. Grayscale: #939393. Windows color (decimal): -5475077 or 16479404. OLE color: 16479404.

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

Color convert

RGB172116251-
CMYK0.310.5400.02
HSL264.89º94.41%71.96%-
HSV(B)264.89º53.78%98.43%-
XYZ40.6728.2394.57-
YUV148.13186.05145.02-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.91%
GREEN value IS 116 (45.70% from 255) = 21.52%
BLUE value IS 251 (98.44% from 255) = 46.57%
R=31.91%
G=21.52%
B=46.57%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1721162510.310.5400.02264.8994.4171.96
HexAC74FB1F36021095e48
Octal254164373376602411136110
Binary101011001110100111110111111111011001010000100110111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ac74fb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ac74fb; }

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

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

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

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

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

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

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

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