#AB7BDD

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

Shades of Medium Purple #AB7BDD

Tints of Medium Purple #AB7BDD

Color information

#AB7BDD (or 0xAB7BDD) is unknown color: approx Medium Purple. HEX triplet: AB, 7B and DD. RGB value is (171,123,221). Sum of RGB (Red+Green+Blue) = 171+123+221=515 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.20% from 515); Green value is 123 (48.44% from 255 or 23.88% from 515); Blue value is 221 (86.72% from 255 or 42.91% from 515); Max value from RGB is 221 - color contains mainly: blue. Hex color #AB7BDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB7BDD is #548422. Grayscale: #949494. Windows color (decimal): -5538851 or 14515115. OLE color: 14515115.

HSL color Cylindrical-coordinate representation of color #AB7BDD: hue angle of 269.39º 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 #AB7BDD is Cyan = 0.23, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB171123221-
CMYK0.230.4400.13
HSL269.39º59.04%67.45%-
HSV(B)269.39º44.34%86.67%-
XYZ36.9328.0471.87-
YUV148.52168.9144.03-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.20%
GREEN value IS 123 (48.44% from 255) = 23.88%
BLUE value IS 221 (86.72% from 255) = 42.91%
R=33.20%
G=23.88%
B=42.91%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1711232210.230.4400.13269.3959.0467.45
HexAB7BDD172C0D10d3b43
Octal253173335275401541573103
Binary1010101111110111101110110111101100011011000011011110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB7BDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB7BDD; }

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

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

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

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

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

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

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

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