#AB54E4

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

Shades of Medium Orchid #AB54E4

Tints of Medium Orchid #AB54E4

Color information

#AB54E4 (or 0xAB54E4) is unknown color: approx Medium Orchid. HEX triplet: AB, 54 and E4. RGB value is (171,84,228). Sum of RGB (Red+Green+Blue) = 171+84+228=483 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.40% from 483); Green value is 84 (33.20% from 255 or 17.39% from 483); Blue value is 228 (89.45% from 255 or 47.20% from 483); Max value from RGB is 228 - color contains mainly: blue. Hex color #AB54E4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB54E4 is #54AB1B. Grayscale: #7D7D7D. Windows color (decimal): -5548828 or 14963883. OLE color: 14963883.

HSL color Cylindrical-coordinate representation of color #AB54E4: hue angle of 276.25º degrees, saturation: 0.73, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AB54E4 is Cyan = 0.25, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB17184228-
CMYK0.250.6300.11
HSL276.25º72.73%61.18%-
HSV(B)276.25º63.16%89.41%-
XYZ33.9720.675.58-
YUV126.43185.32159.79-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.40%
GREEN value IS 84 (33.20% from 255) = 17.39%
BLUE value IS 228 (89.45% from 255) = 47.20%
R=35.40%
G=17.39%
B=47.20%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal171842280.250.6300.11276.2572.7361.18
HexAB54E4193F0B114493d
Octal253124344317701342411175
Binary1010101110101001110010011001111111010111000101001001001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB54E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB54E4; }

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

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

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

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

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

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

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

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