#A34CE2

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

Shades of Medium Orchid #A34CE2

Tints of Medium Orchid #A34CE2

Color information

#A34CE2 (or 0xA34CE2) is unknown color: approx Medium Orchid. HEX triplet: A3, 4C and E2. RGB value is (163,76,226). Sum of RGB (Red+Green+Blue) = 163+76+226=465 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.05% from 465); Green value is 76 (30.08% from 255 or 16.34% from 465); Blue value is 226 (88.67% from 255 or 48.60% from 465); Max value from RGB is 226 - color contains mainly: blue. Hex color #A34CE2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A34CE2 is #5CB31D. Grayscale: #767676. Windows color (decimal): -6075166 or 14830755. OLE color: 14830755.

HSL color Cylindrical-coordinate representation of color #A34CE2: hue angle of 274.8º degrees, saturation: 0.72, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A34CE2 is Cyan = 0.28, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB16376226-
CMYK0.280.6600.11
HSL274.8º72.12%59.22%-
HSV(B)274.8º66.37%88.63%-
XYZ31.4218.4573.86-
YUV119.11188.32159.3-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 35.05%
GREEN value IS 76 (30.08% from 255) = 16.34%
BLUE value IS 226 (88.67% from 255) = 48.60%
R=35.05%
G=16.34%
B=48.60%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal163762260.280.6600.11274.872.1259.22
HexA34CE21C420B113483b
Octal2431143423410201342311073
Binary10100011100110011100010111001000010010111000100111001000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A34CE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A34CE2; }

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

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

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

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

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

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

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

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