#A34CDF

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

Shades of Medium Orchid #A34CDF

Tints of Medium Orchid #A34CDF

Color information

#A34CDF (or 0xA34CDF) is unknown color: approx Medium Orchid. HEX triplet: A3, 4C and DF. RGB value is (163,76,223). Sum of RGB (Red+Green+Blue) = 163+76+223=462 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.28% from 462); Green value is 76 (30.08% from 255 or 16.45% from 462); Blue value is 223 (87.5% from 255 or 48.27% from 462); Max value from RGB is 223 - color contains mainly: blue. Hex color #A34CDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A34CDF is #5CB320. Grayscale: #767676. Windows color (decimal): -6075169 or 14634147. OLE color: 14634147.

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

Color convert

RGB16376223-
CMYK0.270.6600.13
HSL275.51º69.67%58.63%-
HSV(B)275.51º65.92%87.45%-
XYZ31.0118.2871.71-
YUV118.77186.82159.55-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 35.28%
GREEN value IS 76 (30.08% from 255) = 16.45%
BLUE value IS 223 (87.5% from 255) = 48.27%
R=35.28%
G=16.45%
B=48.27%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal163762230.270.6600.13275.5169.6758.63
HexA34CDF1B420D114463b
Octal2431143373310201542410673
Binary10100011100110011011111110111000010011011000101001000110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A34CDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A34CDF; }

 p { color: rgb(163,76,223); }

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

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

 a { background-color: rgb(163,76,223); }

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

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

 span { border-color: rgb(163,76,223); }

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