#AF78FF

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

Shades of Medium Purple #AF78FF

Tints of Medium Purple #AF78FF

Color information

#AF78FF (or 0xAF78FF) is unknown color: approx Medium Purple. HEX triplet: AF, 78 and FF. RGB value is (175,120,255). Sum of RGB (Red+Green+Blue) = 175+120+255=550 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.82% from 550); Green value is 120 (47.27% from 255 or 21.82% from 550); Blue value is 255 (100% from 255 or 46.36% from 550); Max value from RGB is 255 - color contains mainly: blue. Hex color #AF78FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF78FF is #508700. Grayscale: #979797. Windows color (decimal): -5277441 or 16742575. OLE color: 16742575.

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

Color convert

RGB175120255-
CMYK0.310.5300
HSL264.44º100%73.53%-
HSV(B)264.44º52.94%100%-
XYZ42.4529.7798.12-
YUV151.83186.22144.52-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.82%
GREEN value IS 120 (47.27% from 255) = 21.82%
BLUE value IS 255 (100% from 255) = 46.36%
R=31.82%
G=21.82%
B=46.36%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1751202550.310.5300264.4410073.53
HexAF78FF1F3500108644a
Octal257170377376500410144112
Binary10101111111100011111111111111101010010000100011001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF78FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF78FF; }

 p { color: rgb(175,120,255); }

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

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

 a { background-color: rgb(175,120,255); }

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

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

 span { border-color: rgb(175,120,255); }

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