#AB4CE0

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

Shades of Medium Orchid #AB4CE0

Tints of Medium Orchid #AB4CE0

Color information

#AB4CE0 (or 0xAB4CE0) is unknown color: approx Medium Orchid. HEX triplet: AB, 4C and E0. RGB value is (171,76,224). Sum of RGB (Red+Green+Blue) = 171+76+224=471 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.31% from 471); Green value is 76 (30.08% from 255 or 16.14% from 471); Blue value is 224 (87.89% from 255 or 47.56% from 471); Max value from RGB is 224 - color contains mainly: blue. Hex color #AB4CE0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB4CE0 is #54B31F. Grayscale: #787878. Windows color (decimal): -5550880 or 14699691. OLE color: 14699691.

HSL color Cylindrical-coordinate representation of color #AB4CE0: hue angle of 278.51º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AB4CE0 is Cyan = 0.24, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB17176224-
CMYK0.240.6600.12
HSL278.51º70.48%58.82%-
HSV(B)278.51º66.07%87.84%-
XYZ32.8319.2172.5-
YUV121.28185.97163.47-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 36.31%
GREEN value IS 76 (30.08% from 255) = 16.14%
BLUE value IS 224 (87.89% from 255) = 47.56%
R=36.31%
G=16.14%
B=47.56%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal171762240.240.6600.12278.5170.4858.82
HexAB4CE018420C117463b
Octal2531143403010201442710673
Binary10101011100110011100000110001000010011001000101111000110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB4CE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB4CE0; }

 p { color: rgb(171,76,224); }

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

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

 a { background-color: rgb(171,76,224); }

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

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

 span { border-color: rgb(171,76,224); }

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