#AF7BEE

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

Shades of Medium Purple #AF7BEE

Tints of Medium Purple #AF7BEE

Color information

#AF7BEE (or 0xAF7BEE) is unknown color: approx Medium Purple. HEX triplet: AF, 7B and EE. RGB value is (175,123,238). Sum of RGB (Red+Green+Blue) = 175+123+238=536 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.65% from 536); Green value is 123 (48.44% from 255 or 22.95% from 536); Blue value is 238 (93.36% from 255 or 44.40% from 536); Max value from RGB is 238 - color contains mainly: blue. Hex color #AF7BEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF7BEE is #508411. Grayscale: #979797. Windows color (decimal): -5276690 or 15629231. OLE color: 15629231.

HSL color Cylindrical-coordinate representation of color #AF7BEE: hue angle of 267.13º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AF7BEE is Cyan = 0.26, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB175123238-
CMYK0.260.4800.07
HSL267.13º77.18%70.78%-
HSV(B)267.13º48.32%93.33%-
XYZ40.1929.4584.46-
YUV151.66176.73144.65-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.65%
GREEN value IS 123 (48.44% from 255) = 22.95%
BLUE value IS 238 (93.36% from 255) = 44.40%
R=32.65%
G=22.95%
B=44.40%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1751232380.260.4800.07267.1377.1870.78
HexAF7BEE1A300710b4d47
Octal257173356326007413115107
Binary1010111111110111110111011010110000011110000101110011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7BEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7BEE; }

 p { color: rgb(175,123,238); }

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

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

 a { background-color: rgb(175,123,238); }

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

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

 span { border-color: rgb(175,123,238); }

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