#AF7AFF

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

Shades of Medium Purple #AF7AFF

Tints of Medium Purple #AF7AFF

Color information

#AF7AFF (or 0xAF7AFF) is unknown color: approx Medium Purple. HEX triplet: AF, 7A and FF. RGB value is (175,122,255). Sum of RGB (Red+Green+Blue) = 175+122+255=552 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.70% from 552); Green value is 122 (48.05% from 255 or 22.10% from 552); Blue value is 255 (100% from 255 or 46.20% from 552); Max value from RGB is 255 - color contains mainly: blue. Hex color #AF7AFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF7AFF is #508500. Grayscale: #989898. Windows color (decimal): -5276929 or 16743087. OLE color: 16743087.

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

Color convert

RGB175122255-
CMYK0.310.5200
HSL263.91º100%73.92%-
HSV(B)263.91º52.16%100%-
XYZ42.6930.2598.2-
YUV153.01185.56143.69-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.70%
GREEN value IS 122 (48.05% from 255) = 22.10%
BLUE value IS 255 (100% from 255) = 46.20%
R=31.70%
G=22.10%
B=46.20%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1751222550.310.5200263.9110073.92
HexAF7AFF1F3400108644a
Octal257172377376400410144112
Binary10101111111101011111111111111101000010000100011001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7AFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7AFF; }

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

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

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

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

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

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

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

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