#A34DDE

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

Shades of Medium Orchid #A34DDE

Tints of Medium Orchid #A34DDE

Color information

#A34DDE (or 0xA34DDE) is unknown color: approx Medium Orchid. HEX triplet: A3, 4D and DE. RGB value is (163,77,222). Sum of RGB (Red+Green+Blue) = 163+77+222=462 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.28% from 462); Green value is 77 (30.47% from 255 or 16.67% from 462); Blue value is 222 (87.11% from 255 or 48.05% from 462); Max value from RGB is 222 - color contains mainly: blue. Hex color #A34DDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A34DDE is #5CB221. Grayscale: #767676. Windows color (decimal): -6074914 or 14568867. OLE color: 14568867.

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

Color convert

RGB16377222-
CMYK0.270.6500.13
HSL275.59º68.72%58.63%-
HSV(B)275.59º65.32%87.06%-
XYZ30.9418.3771.02-
YUV119.24185.99159.21-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 35.28%
GREEN value IS 77 (30.47% from 255) = 16.67%
BLUE value IS 222 (87.11% from 255) = 48.05%
R=35.28%
G=16.67%
B=48.05%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal163772220.270.6500.13275.5968.7258.63
HexA34DDE1B410D114453b
Octal2431153363310101542410573
Binary10100011100110111011110110111000001011011000101001000101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A34DDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A34DDE; }

 p { color: rgb(163,77,222); }

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

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

 a { background-color: rgb(163,77,222); }

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

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

 span { border-color: rgb(163,77,222); }

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