#A34DDB

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

Shades of Medium Orchid #A34DDB

Tints of Medium Orchid #A34DDB

Color information

#A34DDB (or 0xA34DDB) is unknown color: approx Medium Orchid. HEX triplet: A3, 4D and DB. RGB value is (163,77,219). Sum of RGB (Red+Green+Blue) = 163+77+219=459 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.51% from 459); Green value is 77 (30.47% from 255 or 16.78% from 459); Blue value is 219 (85.94% from 255 or 47.71% from 459); Max value from RGB is 219 - color contains mainly: blue. Hex color #A34DDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A34DDB is #5CB224. Grayscale: #767676. Windows color (decimal): -6074917 or 14372259. OLE color: 14372259.

HSL color Cylindrical-coordinate representation of color #A34DDB: hue angle of 276.34º degrees, saturation: 0.66, 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 #A34DDB is Cyan = 0.26, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB16377219-
CMYK0.260.6500.14
HSL276.34º66.36%58.04%-
HSV(B)276.34º64.84%85.88%-
XYZ30.5418.2168.92-
YUV118.9184.49159.45-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 35.51%
GREEN value IS 77 (30.47% from 255) = 16.78%
BLUE value IS 219 (85.94% from 255) = 47.71%
R=35.51%
G=16.78%
B=47.71%

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
Decimal163772190.260.6500.14276.3466.3658.04
HexA34DDB1A410E114423a
Octal2431153333210101642410272
Binary10100011100110111011011110101000001011101000101001000010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A34DDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A34DDB; }

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

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

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

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

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

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

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

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