Html Css Color HEX #A756F0 Medium Orchid

📋 copy color: '#A756F0'

red 167 ◦ green 86 ◦ blue 240

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

Shades of Medium Orchid #A756F0

Tints of Medium Orchid #A756F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 48.68%

R = 33.87%
G = 17.44%
B = 48.68%

CMYK

 C value IS 0.30

 M value IS 0.64

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A756F0 (or 0xA756F0) is known color: Medium Orchid. HEX triplet: A7, 56 and F0. RGB value is (167,86,240). Sum of RGB (Red+Green+Blue) = 167+86+240=493 (65% of max value = 765). Red value is 167 (65.62% from 255 or 33.87% from 493); Green value is 86 (33.98% from 255 or 17.44% from 493); Blue value is 240 (94.14% from 255 or 48.68% from 493); Max value from RGB is 240 - color contains mainly: blue. Hex color #A756F0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A756F0 is #58A90F. Grayscale: #7F7F7F. Windows color (decimal): -5810448 or 15750823. OLE color: 15750823.

HSL color Cylindrical-coordinate representation of color #A756F0: hue angle of 271.56º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A756F0 is Cyan = 0.30, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 167 86 240 -
CMYK 0.30 0.64 0 0.06
HSL 271.56º 0.84% 0.64% -
HSV(B) 271.56º 0.64% 0.94% -
XYZ 34.99 21.16 84.68 -
YUV 127.78 191.34 155.98 -
System Red Green Blue C M Y K H S L
Decimal 167 86 240 0.30 0.64 0 0.06 271.56 0.84 0.64
Hex A7 56 F0 1E 40 0 6 110 54 40
Octal 247 126 360 36 100 0 6 420 124 100
Binary 10100111 1010110 11110000 11110 1000000 0 110 100010000 1010100 1000000

Color Harmonies of #A756F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A756F0

Black with #A756F0

Text Example


Text Example

White with #A756F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A756F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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