#A849DD

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

Shades of Medium Orchid #A849DD

Tints of Medium Orchid #A849DD

Color information

#A849DD (or 0xA849DD) is unknown color: approx Medium Orchid. HEX triplet: A8, 49 and DD. RGB value is (168,73,221). Sum of RGB (Red+Green+Blue) = 168+73+221=462 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.36% from 462); Green value is 73 (28.91% from 255 or 15.80% from 462); Blue value is 221 (86.72% from 255 or 47.84% from 462); Max value from RGB is 221 - color contains mainly: blue. Hex color #A849DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A849DD is #57B622. Grayscale: #757575. Windows color (decimal): -5748259 or 14502312. OLE color: 14502312.

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

Color convert

RGB16873221-
CMYK0.240.6700.13
HSL278.51º68.52%57.65%-
HSV(B)278.51º66.97%86.67%-
XYZ31.5818.3170.28-
YUV118.28185.97163.47-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 36.36%
GREEN value IS 73 (28.91% from 255) = 15.80%
BLUE value IS 221 (86.72% from 255) = 47.84%
R=36.36%
G=15.80%
B=47.84%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal168732210.240.6700.13278.5168.5257.65
HexA849DD18430D117453a
Octal2501113353010301542710572
Binary10101000100100111011101110001000011011011000101111000101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A849DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A849DD; }

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

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

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

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

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

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

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

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