#a852df

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

Shades of Medium Orchid #A852DF

Tints of Medium Orchid #A852DF

Color information

#A852DF (or 0xA852DF) is unknown color: approx Medium Orchid. HEX triplet: A8, 52 and DF. RGB value is (168,82,223). Sum of RGB (Red+Green+Blue) = 168+82+223=473 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.52% from 473); Green value is 82 (32.42% from 255 or 17.34% from 473); Blue value is 223 (87.5% from 255 or 47.15% from 473); Max value from RGB is 223 - color contains mainly: blue. Hex color #A852DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A852DF is #57AD20. Grayscale: #7B7B7B. Windows color (decimal): -5745953 or 14635688. OLE color: 14635688.

HSL color Cylindrical-coordinate representation of color #A852DF: hue angle of 276.6º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A852DF is Cyan = 0.25, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB16882223-
CMYK0.250.6300.13
HSL276.6º68.78%59.8%-
HSV(B)276.6º63.23%87.45%-
XYZ32.4919.6971.9-
YUV123.79183.99159.54-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 35.52%
GREEN value IS 82 (32.42% from 255) = 17.34%
BLUE value IS 223 (87.5% from 255) = 47.15%
R=35.52%
G=17.34%
B=47.15%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal168822230.250.6300.13276.668.7859.8
HexA852DF193F0D115453c
Octal250122337317701542510574
Binary1010100010100101101111111001111111011011000101011000101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a852df

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a852df; }

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

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

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

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

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

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

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

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