#AF7EEE

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

Shades of Medium Purple #AF7EEE

Tints of Medium Purple #AF7EEE

Color information

#AF7EEE (or 0xAF7EEE) is unknown color: approx Medium Purple. HEX triplet: AF, 7E and EE. RGB value is (175,126,238). Sum of RGB (Red+Green+Blue) = 175+126+238=539 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.47% from 539); Green value is 126 (49.61% from 255 or 23.38% from 539); Blue value is 238 (93.36% from 255 or 44.16% from 539); Max value from RGB is 238 - color contains mainly: blue. Hex color #AF7EEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF7EEE is #508111. Grayscale: #999999. Windows color (decimal): -5275922 or 15629999. OLE color: 15629999.

HSL color Cylindrical-coordinate representation of color #AF7EEE: hue angle of 266.25º 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 #AF7EEE is Cyan = 0.26, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB175126238-
CMYK0.260.4700.07
HSL266.25º76.71%71.37%-
HSV(B)266.25º47.06%93.33%-
XYZ40.5730.2184.58-
YUV153.42175.73143.39-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.47%
GREEN value IS 126 (49.61% from 255) = 23.38%
BLUE value IS 238 (93.36% from 255) = 44.16%
R=32.47%
G=23.38%
B=44.16%

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
Decimal1751262380.260.4700.07266.2576.7171.37
HexAF7EEE1A2F0710a4d47
Octal257176356325707412115107
Binary1010111111111101110111011010101111011110000101010011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7EEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7EEE; }

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

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

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

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

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

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

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

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