#AB42F3

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

Shades of Medium Orchid #AB42F3

Tints of Medium Orchid #AB42F3

Color information

#AB42F3 (or 0xAB42F3) is unknown color: approx Medium Orchid. HEX triplet: AB, 42 and F3. RGB value is (171,66,243). Sum of RGB (Red+Green+Blue) = 171+66+243=480 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.62% from 480); Green value is 66 (26.17% from 255 or 13.75% from 480); Blue value is 243 (95.31% from 255 or 50.62% from 480); Max value from RGB is 243 - color contains mainly: blue. Hex color #AB42F3 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB42F3 is #54BD0C. Grayscale: #747474. Windows color (decimal): -5553421 or 15942315. OLE color: 15942315.

HSL color Cylindrical-coordinate representation of color #AB42F3: hue angle of 275.59º degrees, saturation: 0.88, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AB42F3 is Cyan = 0.30, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB17166243-
CMYK0.300.7300.05
HSL275.59º88.06%60.59%-
HSV(B)275.59º72.84%95.29%-
XYZ34.9219.0386.63-
YUV117.57198.79166.11-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.62%
GREEN value IS 66 (26.17% from 255) = 13.75%
BLUE value IS 243 (95.31% from 255) = 50.62%
R=35.62%
G=13.75%
B=50.62%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal171662430.300.7300.05275.5988.0660.59
HexAB42F31E4905114583d
Octal253102363361110542413075
Binary1010101110000101111001111110100100101011000101001011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB42F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB42F3; }

 p { color: rgb(171,66,243); }

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

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

 a { background-color: rgb(171,66,243); }

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

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

 span { border-color: rgb(171,66,243); }

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