#A845D8

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

Shades of Medium Orchid #A845D8

Tints of Medium Orchid #A845D8

Color information

#A845D8 (or 0xA845D8) is unknown color: approx Medium Orchid. HEX triplet: A8, 45 and D8. RGB value is (168,69,216). Sum of RGB (Red+Green+Blue) = 168+69+216=453 (60% of max value = 765). Red value is 168 (66.02% from 255 or 37.09% from 453); Green value is 69 (27.34% from 255 or 15.23% from 453); Blue value is 216 (84.77% from 255 or 47.68% from 453); Max value from RGB is 216 - color contains mainly: blue. Hex color #A845D8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A845D8 is #57BA27. Grayscale: #727272. Windows color (decimal): -5749288 or 14173608. OLE color: 14173608.

HSL color Cylindrical-coordinate representation of color #A845D8: hue angle of 280.41º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A845D8 is Cyan = 0.22, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB16869216-
CMYK0.220.6800.15
HSL280.41º65.33%55.88%-
HSV(B)280.41º68.06%84.71%-
XYZ30.6717.5466.73-
YUV115.36184.8165.55-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 37.09%
GREEN value IS 69 (27.34% from 255) = 15.23%
BLUE value IS 216 (84.77% from 255) = 47.68%
R=37.09%
G=15.23%
B=47.68%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal168692160.220.6800.15280.4165.3355.88
HexA845D816440F1184138
Octal2501053302610401743010170
Binary10101000100010111011000101101000100011111000110001000001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A845D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A845D8; }

 p { color: rgb(168,69,216); }

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

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

 a { background-color: rgb(168,69,216); }

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

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

 span { border-color: rgb(168,69,216); }

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