#A34DDC

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

Shades of Medium Orchid #A34DDC

Tints of Medium Orchid #A34DDC

Color information

#A34DDC (or 0xA34DDC) is unknown color: approx Medium Orchid. HEX triplet: A3, 4D and DC. RGB value is (163,77,220). Sum of RGB (Red+Green+Blue) = 163+77+220=460 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.43% from 460); Green value is 77 (30.47% from 255 or 16.74% from 460); Blue value is 220 (86.33% from 255 or 47.83% from 460); Max value from RGB is 220 - color contains mainly: blue. Hex color #A34DDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A34DDC is #5CB223. Grayscale: #767676. Windows color (decimal): -6074916 or 14437795. OLE color: 14437795.

HSL color Cylindrical-coordinate representation of color #A34DDC: hue angle of 276.08º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A34DDC is Cyan = 0.26, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB16377220-
CMYK0.260.6500.14
HSL276.08º67.14%58.24%-
HSV(B)276.08º65%86.27%-
XYZ30.6818.2669.62-
YUV119.02184.99159.37-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 35.43%
GREEN value IS 77 (30.47% from 255) = 16.74%
BLUE value IS 220 (86.33% from 255) = 47.83%
R=35.43%
G=16.74%
B=47.83%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal163772200.260.6500.14276.0867.1458.24
HexA34DDC1A410E114433a
Octal2431153343210101642410372
Binary10100011100110111011100110101000001011101000101001000011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A34DDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A34DDC; }

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

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

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

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

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

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

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

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