#AB54F4

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

Shades of Medium Orchid #AB54F4

Tints of Medium Orchid #AB54F4

Color information

#AB54F4 (or 0xAB54F4) is unknown color: approx Medium Orchid. HEX triplet: AB, 54 and F4. RGB value is (171,84,244). Sum of RGB (Red+Green+Blue) = 171+84+244=499 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.27% from 499); Green value is 84 (33.20% from 255 or 16.83% from 499); Blue value is 244 (95.70% from 255 or 48.90% from 499); Max value from RGB is 244 - color contains mainly: blue. Hex color #AB54F4 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB54F4 is #54AB0B. Grayscale: #7F7F7F. Windows color (decimal): -5548812 or 16012459. OLE color: 16012459.

HSL color Cylindrical-coordinate representation of color #AB54F4: hue angle of 272.62º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AB54F4 is Cyan = 0.30, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB17184244-
CMYK0.300.6600.04
HSL272.62º87.91%64.31%-
HSV(B)272.62º65.57%95.69%-
XYZ36.2921.5387.83-
YUV128.25193.32158.49-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.27%
GREEN value IS 84 (33.20% from 255) = 16.83%
BLUE value IS 244 (95.70% from 255) = 48.90%
R=34.27%
G=16.83%
B=48.90%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal171842440.300.6600.04272.6287.9164.31
HexAB54F41E42041115840
Octal2531243643610204421130100
Binary10101011101010011110100111101000010010010001000110110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB54F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB54F4; }

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

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

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

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

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

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

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

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