#AB54D5

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

Shades of Medium Orchid #AB54D5

Tints of Medium Orchid #AB54D5

Color information

#AB54D5 (or 0xAB54D5) is unknown color: approx Medium Orchid. HEX triplet: AB, 54 and D5. RGB value is (171,84,213). Sum of RGB (Red+Green+Blue) = 171+84+213=468 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.54% from 468); Green value is 84 (33.20% from 255 or 17.95% from 468); Blue value is 213 (83.59% from 255 or 45.51% from 468); Max value from RGB is 213 - color contains mainly: blue. Hex color #AB54D5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB54D5 is #54AB2A. Grayscale: #7C7C7C. Windows color (decimal): -5548843 or 13980843. OLE color: 13980843.

HSL color Cylindrical-coordinate representation of color #AB54D5: hue angle of 280.47º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AB54D5 is Cyan = 0.20, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB17184213-
CMYK0.200.6100.16
HSL280.47º60.56%58.24%-
HSV(B)280.47º60.56%83.53%-
XYZ31.9819.865.09-
YUV124.72177.82161.01-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 36.54%
GREEN value IS 84 (33.20% from 255) = 17.95%
BLUE value IS 213 (83.59% from 255) = 45.51%
R=36.54%
G=17.95%
B=45.51%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal171842130.200.6100.16280.4760.5658.24
HexAB54D5143D0101183d3a
Octal25312432524750204307572
Binary1010101110101001101010110100111101010000100011000111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB54D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB54D5; }

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

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

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

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

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

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

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

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