#AB4EFC

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

Shades of Medium Orchid #AB4EFC

Tints of Medium Orchid #AB4EFC

Color information

#AB4EFC (or 0xAB4EFC) is unknown color: approx Medium Orchid. HEX triplet: AB, 4E and FC. RGB value is (171,78,252). Sum of RGB (Red+Green+Blue) = 171+78+252=501 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.13% from 501); Green value is 78 (30.86% from 255 or 15.57% from 501); Blue value is 252 (98.83% from 255 or 50.30% from 501); Max value from RGB is 252 - color contains mainly: blue. Hex color #AB4EFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB4EFC is #54B103. Grayscale: #7D7D7D. Windows color (decimal): -5550340 or 16535211. OLE color: 16535211.

HSL color Cylindrical-coordinate representation of color #AB4EFC: hue angle of 272.07º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AB4EFC is Cyan = 0.32, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB17178252-
CMYK0.320.6900.01
HSL272.07º96.67%64.71%-
HSV(B)272.07º69.05%98.82%-
XYZ37.0921.1394.22-
YUV125.64199.31160.35-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.13%
GREEN value IS 78 (30.86% from 255) = 15.57%
BLUE value IS 252 (98.83% from 255) = 50.30%
R=34.13%
G=15.57%
B=50.30%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal171782520.320.6900.01272.0796.6764.71
HexAB4EFC2045011106141
Octal2531163744010501420141101
Binary1010101110011101111110010000010001010110001000011000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB4EFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB4EFC; }

 p { color: rgb(171,78,252); }

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

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

 a { background-color: rgb(171,78,252); }

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

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

 span { border-color: rgb(171,78,252); }

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