Html Css Color HEX #A34DDB Medium Orchid

📋 copy color: '#A34DDB'

red 163 ◦ green 77 ◦ blue 219

#A34DDB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Orchid #A34DDB

Tints of Medium Orchid #A34DDB

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 value IS 0.26

 M value IS 0.65

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A34DDB (or 0xA34DDB) is known color: 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

RGB 163 77 219 -
CMYK 0.26 0.65 0 0.14
HSL 276.34º 0.66% 0.58% -
HSV(B) 276.34º 0.65% 0.86% -
XYZ 30.54 18.21 68.92 -
YUV 118.9 184.49 159.45 -
System Red Green Blue C M Y K H S L
Decimal 163 77 219 0.26 0.65 0 0.14 276.34 0.66 0.58
Hex A3 4D DB 1A 41 0 E 114 42 3A
Octal 243 115 333 32 101 0 16 424 102 72
Binary 10100011 1001101 11011011 11010 1000001 0 1110 100010100 1000010 111010

Color Harmonies of #A34DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A34DDB

Black with #A34DDB

Text Example


Text Example

White with #A34DDB

Text Example


Text Example

HTML Codes & Css Web 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>