#AB5DDC

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

Shades of Medium Orchid #AB5DDC

Tints of Medium Orchid #AB5DDC

Color information

#AB5DDC (or 0xAB5DDC) is unknown color: approx Medium Orchid. HEX triplet: AB, 5D and DC. RGB value is (171,93,220). Sum of RGB (Red+Green+Blue) = 171+93+220=484 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.33% from 484); Green value is 93 (36.72% from 255 or 19.21% from 484); Blue value is 220 (86.33% from 255 or 45.45% from 484); Max value from RGB is 220 - color contains mainly: blue. Hex color #AB5DDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB5DDC is #54A223. Grayscale: #828282. Windows color (decimal): -5546532 or 14441899. OLE color: 14441899.

HSL color Cylindrical-coordinate representation of color #AB5DDC: hue angle of 276.85º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AB5DDC is Cyan = 0.22, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB17193220-
CMYK0.220.5800.14
HSL276.85º64.47%61.37%-
HSV(B)276.85º57.73%86.27%-
XYZ33.6321.6570.12-
YUV130.8178.34156.67-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.33%
GREEN value IS 93 (36.72% from 255) = 19.21%
BLUE value IS 220 (86.33% from 255) = 45.45%
R=35.33%
G=19.21%
B=45.45%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal171932200.220.5800.14276.8564.4761.37
HexAB5DDC163A0E115403d
Octal253135334267201642510075
Binary1010101110111011101110010110111010011101000101011000000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB5DDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB5DDC; }

 p { color: rgb(171,93,220); }

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

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

 a { background-color: rgb(171,93,220); }

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

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

 span { border-color: rgb(171,93,220); }

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