#AB52F4

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

Shades of Medium Orchid #AB52F4

Tints of Medium Orchid #AB52F4

Color information

#AB52F4 (or 0xAB52F4) is unknown color: approx Medium Orchid. HEX triplet: AB, 52 and F4. RGB value is (171,82,244). Sum of RGB (Red+Green+Blue) = 171+82+244=497 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.41% from 497); Green value is 82 (32.42% from 255 or 16.50% from 497); Blue value is 244 (95.70% from 255 or 49.09% from 497); Max value from RGB is 244 - color contains mainly: blue. Hex color #AB52F4 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB52F4 is #54AD0B. Grayscale: #7E7E7E. Windows color (decimal): -5549324 or 16011947. OLE color: 16011947.

HSL color Cylindrical-coordinate representation of color #AB52F4: hue angle of 272.96º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AB52F4 is Cyan = 0.30, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB17182244-
CMYK0.300.6600.04
HSL272.96º88.04%63.92%-
HSV(B)272.96º66.39%95.69%-
XYZ36.1421.2287.78-
YUV127.08193.99159.33-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.41%
GREEN value IS 82 (32.42% from 255) = 16.50%
BLUE value IS 244 (95.70% from 255) = 49.09%
R=34.41%
G=16.50%
B=49.09%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal171822440.300.6600.04272.9688.0463.92
HexAB52F41E42041115840
Octal2531223643610204421130100
Binary10101011101001011110100111101000010010010001000110110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB52F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB52F4; }

 p { color: rgb(171,82,244); }

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

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

 a { background-color: rgb(171,82,244); }

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

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

 span { border-color: rgb(171,82,244); }

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