#AF7BDD

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

Shades of Medium Purple #AF7BDD

Tints of Medium Purple #AF7BDD

Color information

#AF7BDD (or 0xAF7BDD) is unknown color: approx Medium Purple. HEX triplet: AF, 7B and DD. RGB value is (175,123,221). Sum of RGB (Red+Green+Blue) = 175+123+221=519 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.72% from 519); Green value is 123 (48.44% from 255 or 23.70% from 519); Blue value is 221 (86.72% from 255 or 42.58% from 519); Max value from RGB is 221 - color contains mainly: blue. Hex color #AF7BDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF7BDD is #508422. Grayscale: #959595. Windows color (decimal): -5276707 or 14515119. OLE color: 14515119.

HSL color Cylindrical-coordinate representation of color #AF7BDD: hue angle of 271.84º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AF7BDD is Cyan = 0.21, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB175123221-
CMYK0.210.4400.13
HSL271.84º59.04%67.45%-
HSV(B)271.84º44.34%86.67%-
XYZ37.8128.571.91-
YUV149.72168.23146.03-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.72%
GREEN value IS 123 (48.44% from 255) = 23.70%
BLUE value IS 221 (86.72% from 255) = 42.58%
R=33.72%
G=23.70%
B=42.58%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1751232210.210.4400.13271.8459.0467.45
HexAF7BDD152C0D1103b43
Octal257173335255401542073103
Binary1010111111110111101110110101101100011011000100001110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7BDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7BDD; }

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

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

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

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

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

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

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

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