#AB46F3

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

Shades of Medium Orchid #AB46F3

Tints of Medium Orchid #AB46F3

Color information

#AB46F3 (or 0xAB46F3) is unknown color: approx Medium Orchid. HEX triplet: AB, 46 and F3. RGB value is (171,70,243). Sum of RGB (Red+Green+Blue) = 171+70+243=484 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.33% from 484); Green value is 70 (27.73% from 255 or 14.46% from 484); Blue value is 243 (95.31% from 255 or 50.21% from 484); Max value from RGB is 243 - color contains mainly: blue. Hex color #AB46F3 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB46F3 is #54B90C. Grayscale: #777777. Windows color (decimal): -5552397 or 15943339. OLE color: 15943339.

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

Color convert

RGB17170243-
CMYK0.300.7100.05
HSL275.03º87.82%61.37%-
HSV(B)275.03º71.19%95.29%-
XYZ35.1619.5186.71-
YUV119.92197.46164.43-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.33%
GREEN value IS 70 (27.73% from 255) = 14.46%
BLUE value IS 243 (95.31% from 255) = 50.21%
R=35.33%
G=14.46%
B=50.21%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal171702430.300.7100.05275.0387.8261.37
HexAB46F31E4705113583d
Octal253106363361070542313075
Binary1010101110001101111001111110100011101011000100111011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB46F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB46F3; }

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

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

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

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

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

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

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

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