#A852CF

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

Shades of Medium Orchid #A852CF

Tints of Medium Orchid #A852CF

Color information

#A852CF (or 0xA852CF) is unknown color: approx Medium Orchid. HEX triplet: A8, 52 and CF. RGB value is (168,82,207). Sum of RGB (Red+Green+Blue) = 168+82+207=457 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.76% from 457); Green value is 82 (32.42% from 255 or 17.94% from 457); Blue value is 207 (81.25% from 255 or 45.30% from 457); Max value from RGB is 207 - color contains mainly: blue. Hex color #A852CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A852CF is #57AD30. Grayscale: #797979. Windows color (decimal): -5745969 or 13587112. OLE color: 13587112.

HSL color Cylindrical-coordinate representation of color #A852CF: hue angle of 281.28º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A852CF is Cyan = 0.19, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB16882207-
CMYK0.190.6000.19
HSL281.28º56.56%56.67%-
HSV(B)281.28º60.39%81.18%-
XYZ30.4318.8661.07-
YUV121.96175.99160.84-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 36.76%
GREEN value IS 82 (32.42% from 255) = 17.94%
BLUE value IS 207 (81.25% from 255) = 45.30%
R=36.76%
G=17.94%
B=45.30%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal168822070.190.6000.19281.2856.5656.67
HexA852CF133C0131193939
Octal25012231723740234317171
Binary1010100010100101100111110011111100010011100011001111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A852CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A852CF; }

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

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

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

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

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

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

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

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