#AF6FEB

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

Shades of Medium Purple #AF6FEB

Tints of Medium Purple #AF6FEB

Color information

#AF6FEB (or 0xAF6FEB) is unknown color: approx Medium Purple. HEX triplet: AF, 6F and EB. RGB value is (175,111,235). Sum of RGB (Red+Green+Blue) = 175+111+235=521 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.59% from 521); Green value is 111 (43.75% from 255 or 21.31% from 521); Blue value is 235 (92.19% from 255 or 45.11% from 521); Max value from RGB is 235 - color contains mainly: blue. Hex color #AF6FEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF6FEB is #509014. Grayscale: #8F8F8F. Windows color (decimal): -5279765 or 15429551. OLE color: 15429551.

HSL color Cylindrical-coordinate representation of color #AF6FEB: hue angle of 270.97º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AF6FEB is Cyan = 0.26, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB175111235-
CMYK0.260.5300.08
HSL270.97º75.61%67.84%-
HSV(B)270.97º52.77%92.16%-
XYZ38.3626.4881.69-
YUV144.27179.2149.92-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.59%
GREEN value IS 111 (43.75% from 255) = 21.31%
BLUE value IS 235 (92.19% from 255) = 45.11%
R=33.59%
G=21.31%
B=45.11%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1751112350.260.5300.08270.9775.6167.84
HexAF6FEB1A350810f4c44
Octal2571573533265010417114104
Binary10101111110111111101011110101101010100010000111110011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6FEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6FEB; }

 p { color: rgb(175,111,235); }

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

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

 a { background-color: rgb(175,111,235); }

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

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

 span { border-color: rgb(175,111,235); }

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