#A852CA

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

Shades of Medium Orchid #A852CA

Tints of Medium Orchid #A852CA

Color information

#A852CA (or 0xA852CA) is unknown color: approx Medium Orchid. HEX triplet: A8, 52 and CA. RGB value is (168,82,202). Sum of RGB (Red+Green+Blue) = 168+82+202=452 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.17% from 452); Green value is 82 (32.42% from 255 or 18.14% from 452); Blue value is 202 (79.30% from 255 or 44.69% from 452); Max value from RGB is 202 - color contains mainly: blue. Hex color #A852CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A852CA is #57AD35. Grayscale: #797979. Windows color (decimal): -5745974 or 13259432. OLE color: 13259432.

HSL color Cylindrical-coordinate representation of color #A852CA: hue angle of 283º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A852CA is Cyan = 0.17, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB16882202-
CMYK0.170.5900.21
HSL283º53.1%55.69%-
HSV(B)283º59.41%79.22%-
XYZ29.8318.6257.9-
YUV121.39173.49161.24-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 37.17%
GREEN value IS 82 (32.42% from 255) = 18.14%
BLUE value IS 202 (79.30% from 255) = 44.69%
R=37.17%
G=18.14%
B=44.69%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal168822020.170.5900.2128353.155.69
HexA852CA113B01511b3538
Octal25012231221730254336570
Binary1010100010100101100101010001111011010101100011011110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A852CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A852CA; }

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

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

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

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

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

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

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

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