#af7de5

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

Shades of Medium Purple #AF7DE5

Tints of Medium Purple #AF7DE5

Color information

#AF7DE5 (or 0xAF7DE5) is unknown color: approx Medium Purple. HEX triplet: AF, 7D and E5. RGB value is (175,125,229). Sum of RGB (Red+Green+Blue) = 175+125+229=529 (70% of max value = 765). Red value is 175 (68.75% from 255 or 33.08% from 529); Green value is 125 (49.22% from 255 or 23.63% from 529); Blue value is 229 (89.84% from 255 or 43.29% from 529); Max value from RGB is 229 - color contains mainly: blue. Hex color #AF7DE5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF7DE5 is #50821A. Grayscale: #979797. Windows color (decimal): -5276187 or 15039919. OLE color: 15039919.

HSL color Cylindrical-coordinate representation of color #AF7DE5: hue angle of 268.85º degrees, saturation: 0.67, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AF7DE5 is Cyan = 0.24, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB175125229-
CMYK0.240.4500.10
HSL268.85º66.67%69.41%-
HSV(B)268.85º45.41%89.8%-
XYZ39.1629.4477.75-
YUV151.81171.56144.54-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.08%
GREEN value IS 125 (49.22% from 255) = 23.63%
BLUE value IS 229 (89.84% from 255) = 43.29%
R=33.08%
G=23.63%
B=43.29%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1751252290.240.4500.10268.8566.6769.41
HexAF7DE5182D0A10d4345
Octal2571753453055012415103105
Binary10101111111110111100101110001011010101010000110110000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #af7de5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #af7de5; }

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

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

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

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

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

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

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

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