#AB52FC

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

Shades of Medium Orchid #AB52FC

Tints of Medium Orchid #AB52FC

Color information

#AB52FC (or 0xAB52FC) is unknown color: approx Medium Orchid. HEX triplet: AB, 52 and FC. RGB value is (171,82,252). Sum of RGB (Red+Green+Blue) = 171+82+252=505 (66% of max value = 765). Red value is 171 (67.19% from 255 or 33.86% from 505); Green value is 82 (32.42% from 255 or 16.24% from 505); Blue value is 252 (98.83% from 255 or 49.90% from 505); Max value from RGB is 252 - color contains mainly: blue. Hex color #AB52FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB52FC is #54AD03. Grayscale: #7F7F7F. Windows color (decimal): -5549316 or 16536235. OLE color: 16536235.

HSL color Cylindrical-coordinate representation of color #AB52FC: hue angle of 271.41º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AB52FC is Cyan = 0.32, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB17182252-
CMYK0.320.6700.01
HSL271.41º96.59%65.49%-
HSV(B)271.41º67.46%98.82%-
XYZ37.3821.7294.32-
YUV127.99197.99158.68-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.86%
GREEN value IS 82 (32.42% from 255) = 16.24%
BLUE value IS 252 (98.83% from 255) = 49.90%
R=33.86%
G=16.24%
B=49.90%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal171822520.320.6700.01271.4196.5965.49
HexAB52FC20430110f6141
Octal2531223744010301417141101
Binary1010101110100101111110010000010000110110000111111000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB52FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB52FC; }

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

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

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

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

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

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

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

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