#AB54DB

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

Shades of Medium Orchid #AB54DB

Tints of Medium Orchid #AB54DB

Color information

#AB54DB (or 0xAB54DB) is unknown color: approx Medium Orchid. HEX triplet: AB, 54 and DB. RGB value is (171,84,219). Sum of RGB (Red+Green+Blue) = 171+84+219=474 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.08% from 474); Green value is 84 (33.20% from 255 or 17.72% from 474); Blue value is 219 (85.94% from 255 or 46.20% from 474); Max value from RGB is 219 - color contains mainly: blue. Hex color #AB54DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB54DB is #54AB24. Grayscale: #7C7C7C. Windows color (decimal): -5548837 or 14374059. OLE color: 14374059.

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

Color convert

RGB17184219-
CMYK0.220.6200.14
HSL278.67º65.22%59.41%-
HSV(B)278.67º61.64%85.88%-
XYZ32.7520.1169.17-
YUV125.4180.82160.52-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 36.08%
GREEN value IS 84 (33.20% from 255) = 17.72%
BLUE value IS 219 (85.94% from 255) = 46.20%
R=36.08%
G=17.72%
B=46.20%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal171842190.220.6200.14278.6765.2259.41
HexAB54DB163E0E117413b
Octal253124333267601642710173
Binary1010101110101001101101110110111110011101000101111000001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB54DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB54DB; }

 p { color: rgb(171,84,219); }

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

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

 a { background-color: rgb(171,84,219); }

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

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

 span { border-color: rgb(171,84,219); }

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