#af7dee

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

Shades of Medium Purple #AF7DEE

Tints of Medium Purple #AF7DEE

Color information

#AF7DEE (or 0xAF7DEE) is unknown color: approx Medium Purple. HEX triplet: AF, 7D and EE. RGB value is (175,125,238). Sum of RGB (Red+Green+Blue) = 175+125+238=538 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.53% from 538); Green value is 125 (49.22% from 255 or 23.23% from 538); Blue value is 238 (93.36% from 255 or 44.24% from 538); Max value from RGB is 238 - color contains mainly: blue. Hex color #AF7DEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF7DEE is #508211. Grayscale: #989898. Windows color (decimal): -5276178 or 15629743. OLE color: 15629743.

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

Color convert

RGB175125238-
CMYK0.260.4700.07
HSL266.55º76.87%71.18%-
HSV(B)266.55º47.48%93.33%-
XYZ40.4529.9584.54-
YUV152.83176.06143.81-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.53%
GREEN value IS 125 (49.22% from 255) = 23.23%
BLUE value IS 238 (93.36% from 255) = 44.24%
R=32.53%
G=23.23%
B=44.24%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1751252380.260.4700.07266.5576.8771.18
HexAF7DEE1A2F0710b4d47
Octal257175356325707413115107
Binary1010111111111011110111011010101111011110000101110011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #af7dee

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #af7dee; }

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

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

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

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

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

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

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

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