Html Css Color HEX #A756D7 Medium Orchid

📋 copy color: '#A756D7'

red 167 ◦ green 86 ◦ blue 215

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

Shades of Medium Orchid #A756D7

Tints of Medium Orchid #A756D7

RGB

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

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

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

R = 35.68%
G = 18.38%
B = 45.94%

CMYK

 C value IS 0.22

 M value IS 0.6

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A756D7 (or 0xA756D7) is known color: Medium Orchid. HEX triplet: A7, 56 and D7. RGB value is (167,86,215). Sum of RGB (Red+Green+Blue) = 167+86+215=468 (61% of max value = 765). Red value is 167 (65.62% from 255 or 35.68% from 468); Green value is 86 (33.98% from 255 or 18.38% from 468); Blue value is 215 (84.38% from 255 or 45.94% from 468); Max value from RGB is 215 - color contains mainly: blue. Hex color #A756D7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A756D7 is #58A928. Grayscale: #7C7C7C. Windows color (decimal): -5810473 or 14112423. OLE color: 14112423.

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

Color convert

RGB 167 86 215 -
CMYK 0.22 0.6 0 0.16
HSL 277.67º 0.62% 0.59% -
HSV(B) 277.67º 0.6% 0.84% -
XYZ 31.53 19.78 66.45 -
YUV 124.93 178.84 158.01 -
System Red Green Blue C M Y K H S L
Decimal 167 86 215 0.22 0.6 0 0.16 277.67 0.62 0.59
Hex A7 56 D7 16 3C 0 10 116 3E 3B
Octal 247 126 327 26 74 0 20 426 76 73
Binary 10100111 1010110 11010111 10110 111100 0 10000 100010110 111110 111011

Color Harmonies of #A756D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A756D7

Black with #A756D7

Text Example


Text Example

White with #A756D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A756D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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