#A34FDB

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

Shades of Medium Orchid #A34FDB

Tints of Medium Orchid #A34FDB

Color information

#A34FDB (or 0xA34FDB) is unknown color: approx Medium Orchid. HEX triplet: A3, 4F and DB. RGB value is (163,79,219). Sum of RGB (Red+Green+Blue) = 163+79+219=461 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.36% from 461); Green value is 79 (31.25% from 255 or 17.14% from 461); Blue value is 219 (85.94% from 255 or 47.51% from 461); Max value from RGB is 219 - color contains mainly: blue. Hex color #A34FDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A34FDB is #5CB024. Grayscale: #777777. Windows color (decimal): -6074405 or 14372771. OLE color: 14372771.

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

Color convert

RGB16379219-
CMYK0.260.6400.14
HSL276º66.04%58.43%-
HSV(B)276º63.93%85.88%-
XYZ30.6918.4968.97-
YUV120.08183.83158.62-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 35.36%
GREEN value IS 79 (31.25% from 255) = 17.14%
BLUE value IS 219 (85.94% from 255) = 47.51%
R=35.36%
G=17.14%
B=47.51%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal163792190.260.6400.1427666.0458.43
HexA34FDB1A400E114423a
Octal2431173333210001642410272
Binary10100011100111111011011110101000000011101000101001000010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A34FDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A34FDB; }

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

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

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

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

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

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

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

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