Html Css Color HEX #A756D9 Medium Orchid

📋 copy color: '#A756D9'

red 167 ◦ green 86 ◦ blue 217

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

Shades of Medium Orchid #A756D9

Tints of Medium Orchid #A756D9

RGB

 RED value IS 167 (65.63% from 255) = 35.53%

 GREEN value IS 86 (33.98% from 255) = 18.3%

 BLUE value IS 217 (85.16% from 255) = 46.17%

R = 35.53%
G = 18.3%
B = 46.17%

CMYK

 C value IS 0.23

 M value IS 0.60

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A756D9 (or 0xA756D9) is known color: Medium Orchid. HEX triplet: A7, 56 and D9. RGB value is (167,86,217). Sum of RGB (Red+Green+Blue) = 167+86+217=470 (62% of max value = 765). Red value is 167 (65.62% from 255 or 35.53% from 470); Green value is 86 (33.98% from 255 or 18.30% from 470); Blue value is 217 (85.16% from 255 or 46.17% from 470); Max value from RGB is 217 - color contains mainly: blue. Hex color #A756D9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A756D9 is #58A926. Grayscale: #7C7C7C. Windows color (decimal): -5810471 or 14243495. OLE color: 14243495.

HSL color Cylindrical-coordinate representation of color #A756D9: hue angle of 277.1º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A756D9 is Cyan = 0.23, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 167 86 217 -
CMYK 0.23 0.60 0 0.15
HSL 277.1º 0.63% 0.59% -
HSV(B) 277.1º 0.6% 0.85% -
XYZ 31.79 19.88 67.81 -
YUV 125.15 179.84 157.85 -
System Red Green Blue C M Y K H S L
Decimal 167 86 217 0.23 0.60 0 0.15 277.1 0.63 0.59
Hex A7 56 D9 17 3C 0 F 115 3F 3B
Octal 247 126 331 27 74 0 17 425 77 73
Binary 10100111 1010110 11011001 10111 111100 0 1111 100010101 111111 111011

Color Harmonies of #A756D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A756D9

Black with #A756D9

Text Example


Text Example

White with #A756D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A756D9; }

 p { color: rgb(167,86,217); }

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

background-color css

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

 a { background-color: rgb(167,86,217); }

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

border-color css

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

 span { border-color: rgb(167,86,217); }

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