#A849D0

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

Shades of Medium Orchid #A849D0

Tints of Medium Orchid #A849D0

Color information

#A849D0 (or 0xA849D0) is unknown color: approx Medium Orchid. HEX triplet: A8, 49 and D0. RGB value is (168,73,208). Sum of RGB (Red+Green+Blue) = 168+73+208=449 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.42% from 449); Green value is 73 (28.91% from 255 or 16.26% from 449); Blue value is 208 (81.64% from 255 or 46.33% from 449); Max value from RGB is 208 - color contains mainly: blue. Hex color #A849D0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A849D0 is #57B62F. Grayscale: #747474. Windows color (decimal): -5748272 or 13650344. OLE color: 13650344.

HSL color Cylindrical-coordinate representation of color #A849D0: hue angle of 282.22º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A849D0 is Cyan = 0.19, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB16873208-
CMYK0.190.6500.18
HSL282.22º58.95%55.1%-
HSV(B)282.22º64.9%81.57%-
XYZ29.9217.6461.5-
YUV116.8179.47164.52-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 37.42%
GREEN value IS 73 (28.91% from 255) = 16.26%
BLUE value IS 208 (81.64% from 255) = 46.33%
R=37.42%
G=16.26%
B=46.33%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal168732080.190.6500.18282.2258.9555.1
HexA849D0134101211a3b37
Octal250111320231010224327367
Binary10101000100100111010000100111000001010010100011010111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A849D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A849D0; }

 p { color: rgb(168,73,208); }

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

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

 a { background-color: rgb(168,73,208); }

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

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

 span { border-color: rgb(168,73,208); }

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