#A852FB

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

Shades of Medium Orchid #A852FB

Tints of Medium Orchid #A852FB

Color information

#A852FB (or 0xA852FB) is unknown color: approx Medium Orchid. HEX triplet: A8, 52 and FB. RGB value is (168,82,251). Sum of RGB (Red+Green+Blue) = 168+82+251=501 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.53% from 501); Green value is 82 (32.42% from 255 or 16.37% from 501); Blue value is 251 (98.44% from 255 or 50.10% from 501); Max value from RGB is 251 - color contains mainly: blue. Hex color #A852FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A852FB is #57AD04. Grayscale: #7E7E7E. Windows color (decimal): -5745925 or 16470696. OLE color: 16470696.

HSL color Cylindrical-coordinate representation of color #A852FB: hue angle of 270.53º degrees, saturation: 0.95, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A852FB is Cyan = 0.33, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB16882251-
CMYK0.330.6700.02
HSL270.53º95.48%65.29%-
HSV(B)270.53º67.33%98.43%-
XYZ36.5821.3293.45-
YUV126.98197.99157.26-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 33.53%
GREEN value IS 82 (32.42% from 255) = 16.37%
BLUE value IS 251 (98.44% from 255) = 50.10%
R=33.53%
G=16.37%
B=50.10%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal168822510.330.6700.02270.5395.4865.29
HexA852FB21430210f5f41
Octal2501223734110302417137101
Binary10101000101001011111011100001100001101010000111110111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A852FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A852FB; }

 p { color: rgb(168,82,251); }

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

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

 a { background-color: rgb(168,82,251); }

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

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

 span { border-color: rgb(168,82,251); }

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