Html Css Color HEX #A756ED Medium Orchid

📋 copy color: '#A756ED'

red 167 ◦ green 86 ◦ blue 237

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

Shades of Medium Orchid #A756ED

Tints of Medium Orchid #A756ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 48.37%

R = 34.08%
G = 17.55%
B = 48.37%

CMYK

 C value IS 0.30

 M value IS 0.64

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A756ED (or 0xA756ED) is known color: Medium Orchid. HEX triplet: A7, 56 and ED. RGB value is (167,86,237). Sum of RGB (Red+Green+Blue) = 167+86+237=490 (64% of max value = 765). Red value is 167 (65.62% from 255 or 34.08% from 490); Green value is 86 (33.98% from 255 or 17.55% from 490); Blue value is 237 (92.97% from 255 or 48.37% from 490); Max value from RGB is 237 - color contains mainly: blue. Hex color #A756ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A756ED is #58A912. Grayscale: #7E7E7E. Windows color (decimal): -5810451 or 15554215. OLE color: 15554215.

HSL color Cylindrical-coordinate representation of color #A756ED: hue angle of 272.19º degrees, saturation: 0.81, 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 #A756ED is Cyan = 0.30, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 167 86 237 -
CMYK 0.30 0.64 0 0.07
HSL 272.19º 0.81% 0.63% -
HSV(B) 272.19º 0.64% 0.93% -
XYZ 34.55 20.99 82.35 -
YUV 127.43 189.84 156.22 -
System Red Green Blue C M Y K H S L
Decimal 167 86 237 0.30 0.64 0 0.07 272.19 0.81 0.63
Hex A7 56 ED 1E 40 0 7 110 51 3F
Octal 247 126 355 36 100 0 7 420 121 77
Binary 10100111 1010110 11101101 11110 1000000 0 111 100010000 1010001 111111

Color Harmonies of #A756ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A756ED

Black with #A756ED

Text Example


Text Example

White with #A756ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A756ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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