Html Css Color HEX #A34ED7 Medium Orchid

📋 copy color: '#A34ED7'

red 163 ◦ green 78 ◦ blue 215

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

Shades of Medium Orchid #A34ED7

Tints of Medium Orchid #A34ED7

RGB

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

 GREEN value IS 78 (30.86% from 255) = 17.11%

 BLUE value IS 215 (84.38% from 255) = 47.15%

R = 35.75%
G = 17.11%
B = 47.15%

CMYK

 C value IS 0.24

 M value IS 0.64

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A34ED7 (or 0xA34ED7) is known color: Medium Orchid. HEX triplet: A3, 4E and D7. RGB value is (163,78,215). Sum of RGB (Red+Green+Blue) = 163+78+215=456 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.75% from 456); Green value is 78 (30.86% from 255 or 17.11% from 456); Blue value is 215 (84.38% from 255 or 47.15% from 456); Max value from RGB is 215 - color contains mainly: blue. Hex color #A34ED7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A34ED7 is #5CB128. Grayscale: #767676. Windows color (decimal): -6074665 or 14110371. OLE color: 14110371.

HSL color Cylindrical-coordinate representation of color #A34ED7: hue angle of 277.23º degrees, saturation: 0.63, 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 #A34ED7 is Cyan = 0.24, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 163 78 215 -
CMYK 0.24 0.64 0 0.16
HSL 277.23º 0.63% 0.57% -
HSV(B) 277.23º 0.64% 0.84% -
XYZ 30.09 18.14 66.21 -
YUV 119.03 182.16 159.36 -
System Red Green Blue C M Y K H S L
Decimal 163 78 215 0.24 0.64 0 0.16 277.23 0.63 0.57
Hex A3 4E D7 18 40 0 10 115 3F 39
Octal 243 116 327 30 100 0 20 425 77 71
Binary 10100011 1001110 11010111 11000 1000000 0 10000 100010101 111111 111001

Color Harmonies of #A34ED7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A34ED7

Black with #A34ED7

Text Example


Text Example

White with #A34ED7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A34ED7; }

 p { color: rgb(163,78,215); }

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

background-color css

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

 a { background-color: rgb(163,78,215); }

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

border-color css

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

 span { border-color: rgb(163,78,215); }

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