Html Css Color HEX #A34DDF Medium Orchid

📋 copy color: '#A34DDF'

red 163 ◦ green 77 ◦ blue 223

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

Shades of Medium Orchid #A34DDF

Tints of Medium Orchid #A34DDF

RGB

 RED value IS 163 (64.06% from 255) = 35.21%

 GREEN value IS 77 (30.47% from 255) = 16.63%

 BLUE value IS 223 (87.5% from 255) = 48.16%

R = 35.21%
G = 16.63%
B = 48.16%

CMYK

 C value IS 0.27

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A34DDF (or 0xA34DDF) is known color: Medium Orchid. HEX triplet: A3, 4D and DF. RGB value is (163,77,223). Sum of RGB (Red+Green+Blue) = 163+77+223=463 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.21% from 463); Green value is 77 (30.47% from 255 or 16.63% from 463); Blue value is 223 (87.5% from 255 or 48.16% from 463); Max value from RGB is 223 - color contains mainly: blue. Hex color #A34DDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A34DDF is #5CB220. Grayscale: #767676. Windows color (decimal): -6074913 or 14634403. OLE color: 14634403.

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

Color convert

RGB 163 77 223 -
CMYK 0.27 0.65 0 0.13
HSL 275.34º 0.7% 0.59% -
HSV(B) 275.34º 0.65% 0.87% -
XYZ 31.08 18.42 71.73 -
YUV 119.36 186.49 159.13 -
System Red Green Blue C M Y K H S L
Decimal 163 77 223 0.27 0.65 0 0.13 275.34 0.7 0.59
Hex A3 4D DF 1B 41 0 D 113 46 3B
Octal 243 115 337 33 101 0 15 423 106 73
Binary 10100011 1001101 11011111 11011 1000001 0 1101 100010011 1000110 111011

Color Harmonies of #A34DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A34DDF

Black with #A34DDF

Text Example


Text Example

White with #A34DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A34DDF; }

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

 H1.HeaderClassName
 {
   color: #A34DDF;
 }
 .AnyTagClassName
 {
   color: #A34DDF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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