Html Css Color HEX #A756EC Medium Orchid

📋 copy color: '#A756EC'

red 167 ◦ green 86 ◦ blue 236

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

Shades of Medium Orchid #A756EC

Tints of Medium Orchid #A756EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 48.26%

R = 34.15%
G = 17.59%
B = 48.26%

CMYK

 C value IS 0.29

 M value IS 0.64

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A756EC (or 0xA756EC) is known color: Medium Orchid. HEX triplet: A7, 56 and EC. RGB value is (167,86,236). Sum of RGB (Red+Green+Blue) = 167+86+236=489 (64% of max value = 765). Red value is 167 (65.62% from 255 or 34.15% from 489); Green value is 86 (33.98% from 255 or 17.59% from 489); Blue value is 236 (92.58% from 255 or 48.26% from 489); Max value from RGB is 236 - color contains mainly: blue. Hex color #A756EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A756EC is #58A913. Grayscale: #7E7E7E. Windows color (decimal): -5810452 or 15488679. OLE color: 15488679.

HSL color Cylindrical-coordinate representation of color #A756EC: hue angle of 272.4º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A756EC is Cyan = 0.29, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 167 86 236 -
CMYK 0.29 0.64 0 0.07
HSL 272.4º 0.8% 0.63% -
HSV(B) 272.4º 0.64% 0.93% -
XYZ 34.4 20.93 81.58 -
YUV 127.32 189.34 156.3 -
System Red Green Blue C M Y K H S L
Decimal 167 86 236 0.29 0.64 0 0.07 272.4 0.8 0.63
Hex A7 56 EC 1D 40 0 7 110 50 3F
Octal 247 126 354 35 100 0 7 420 120 77
Binary 10100111 1010110 11101100 11101 1000000 0 111 100010000 1010000 111111

Color Harmonies of #A756EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A756EC

Black with #A756EC

Text Example


Text Example

White with #A756EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A756EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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