Html Css Color HEX #A34DD5 Medium Orchid

📋 copy color: '#A34DD5'

red 163 ◦ green 77 ◦ blue 213

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

Shades of Medium Orchid #A34DD5

Tints of Medium Orchid #A34DD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 47.02%

R = 35.98%
G = 17%
B = 47.02%

CMYK

 C value IS 0.23

 M value IS 0.64

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A34DD5 (or 0xA34DD5) is known color: Medium Orchid. HEX triplet: A3, 4D and D5. RGB value is (163,77,213). Sum of RGB (Red+Green+Blue) = 163+77+213=453 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.98% from 453); Green value is 77 (30.47% from 255 or 17.00% from 453); Blue value is 213 (83.59% from 255 or 47.02% from 453); Max value from RGB is 213 - color contains mainly: blue. Hex color #A34DD5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A34DD5 is #5CB22A. Grayscale: #757575. Windows color (decimal): -6074923 or 13979043. OLE color: 13979043.

HSL color Cylindrical-coordinate representation of color #A34DD5: hue angle of 277.94º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A34DD5 is Cyan = 0.23, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 163 77 213 -
CMYK 0.23 0.64 0 0.16
HSL 277.94º 0.62% 0.57% -
HSV(B) 277.94º 0.64% 0.84% -
XYZ 29.77 17.9 64.84 -
YUV 118.22 181.49 159.94 -
System Red Green Blue C M Y K H S L
Decimal 163 77 213 0.23 0.64 0 0.16 277.94 0.62 0.57
Hex A3 4D D5 17 40 0 10 116 3E 39
Octal 243 115 325 27 100 0 20 426 76 71
Binary 10100011 1001101 11010101 10111 1000000 0 10000 100010110 111110 111001

Color Harmonies of #A34DD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A34DD5

Black with #A34DD5

Text Example


Text Example

White with #A34DD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A34DD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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