#A749D0

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

Shades of Medium Orchid #A749D0

Tints of Medium Orchid #A749D0

Color information

#A749D0 (or 0xA749D0) is unknown color: approx Medium Orchid. HEX triplet: A7, 49 and D0. RGB value is (167,73,208). Sum of RGB (Red+Green+Blue) = 167+73+208=448 (59% of max value = 765). Red value is 167 (65.62% from 255 or 37.28% from 448); Green value is 73 (28.91% from 255 or 16.29% from 448); Blue value is 208 (81.64% from 255 or 46.43% from 448); Max value from RGB is 208 - color contains mainly: blue. Hex color #A749D0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A749D0 is #58B62F. Grayscale: #747474. Windows color (decimal): -5813808 or 13650343. OLE color: 13650343.

HSL color Cylindrical-coordinate representation of color #A749D0: hue angle of 281.78º 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 #A749D0 is Cyan = 0.20, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB16773208-
CMYK0.200.6500.18
HSL281.78º58.95%55.1%-
HSV(B)281.78º64.9%81.57%-
XYZ29.717.5361.49-
YUV116.5179.64164.02-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 37.28%
GREEN value IS 73 (28.91% from 255) = 16.29%
BLUE value IS 208 (81.64% from 255) = 46.43%
R=37.28%
G=16.29%
B=46.43%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal167732080.200.6500.18281.7858.9555.1
HexA749D0144101211a3b37
Octal247111320241010224327367
Binary10100111100100111010000101001000001010010100011010111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A749D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A749D0; }

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

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

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

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

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

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

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

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