#AB54CF

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

Shades of Medium Orchid #AB54CF

Tints of Medium Orchid #AB54CF

Color information

#AB54CF (or 0xAB54CF) is unknown color: approx Medium Orchid. HEX triplet: AB, 54 and CF. RGB value is (171,84,207). Sum of RGB (Red+Green+Blue) = 171+84+207=462 (61% of max value = 765). Red value is 171 (67.19% from 255 or 37.01% from 462); Green value is 84 (33.20% from 255 or 18.18% from 462); Blue value is 207 (81.25% from 255 or 44.81% from 462); Max value from RGB is 207 - color contains mainly: blue. Hex color #AB54CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB54CF is #54AB30. Grayscale: #7B7B7B. Windows color (decimal): -5548849 or 13587627. OLE color: 13587627.

HSL color Cylindrical-coordinate representation of color #AB54CF: hue angle of 282.44º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AB54CF is Cyan = 0.17, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB17184207-
CMYK0.170.5900.19
HSL282.44º56.16%57.06%-
HSV(B)282.44º59.42%81.18%-
XYZ31.2319.561.15-
YUV124.04174.82161.5-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 37.01%
GREEN value IS 84 (33.20% from 255) = 18.18%
BLUE value IS 207 (81.25% from 255) = 44.81%
R=37.01%
G=18.18%
B=44.81%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal171842070.170.5900.19282.4456.1657.06
HexAB54CF113B01311a3839
Octal25312431721730234327071
Binary1010101110101001100111110001111011010011100011010111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB54CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB54CF; }

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

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

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

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

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

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

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

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