#AB4FE6

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

Shades of Medium Orchid #AB4FE6

Tints of Medium Orchid #AB4FE6

Color information

#AB4FE6 (or 0xAB4FE6) is unknown color: approx Medium Orchid. HEX triplet: AB, 4F and E6. RGB value is (171,79,230). Sum of RGB (Red+Green+Blue) = 171+79+230=480 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.62% from 480); Green value is 79 (31.25% from 255 or 16.46% from 480); Blue value is 230 (90.23% from 255 or 47.92% from 480); Max value from RGB is 230 - color contains mainly: blue. Hex color #AB4FE6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB4FE6 is #54B019. Grayscale: #7B7B7B. Windows color (decimal): -5550106 or 15093675. OLE color: 15093675.

HSL color Cylindrical-coordinate representation of color #AB4FE6: hue angle of 276.56º degrees, saturation: 0.75, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AB4FE6 is Cyan = 0.26, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB17179230-
CMYK0.260.6600.10
HSL276.56º75.12%60.59%-
HSV(B)276.56º65.65%90.2%-
XYZ33.8719.9676.93-
YUV123.72187.98161.72-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.62%
GREEN value IS 79 (31.25% from 255) = 16.46%
BLUE value IS 230 (90.23% from 255) = 47.92%
R=35.62%
G=16.46%
B=47.92%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal171792300.260.6600.10276.5675.1260.59
HexAB4FE61A420A1154b3d
Octal2531173463210201242511375
Binary10101011100111111100110110101000010010101000101011001011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB4FE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB4FE6; }

 p { color: rgb(171,79,230); }

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

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

 a { background-color: rgb(171,79,230); }

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

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

 span { border-color: rgb(171,79,230); }

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