Html Css Color HEX #A756E1 Medium Orchid

📋 copy color: '#A756E1'

red 167 ◦ green 86 ◦ blue 225

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

Shades of Medium Orchid #A756E1

Tints of Medium Orchid #A756E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 47.07%

R = 34.94%
G = 17.99%
B = 47.07%

CMYK

 C value IS 0.26

 M value IS 0.62

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#A756E1 (or 0xA756E1) is known color: Medium Orchid. HEX triplet: A7, 56 and E1. RGB value is (167,86,225). Sum of RGB (Red+Green+Blue) = 167+86+225=478 (63% of max value = 765). Red value is 167 (65.62% from 255 or 34.94% from 478); Green value is 86 (33.98% from 255 or 17.99% from 478); Blue value is 225 (88.28% from 255 or 47.07% from 478); Max value from RGB is 225 - color contains mainly: blue. Hex color #A756E1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A756E1 is #58A91E. Grayscale: #7D7D7D. Windows color (decimal): -5810463 or 14767783. OLE color: 14767783.

HSL color Cylindrical-coordinate representation of color #A756E1: hue angle of 274.96º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A756E1 is Cyan = 0.26, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 167 86 225 -
CMYK 0.26 0.62 0 0.12
HSL 274.96º 0.7% 0.61% -
HSV(B) 274.96º 0.62% 0.88% -
XYZ 32.85 20.31 73.42 -
YUV 126.07 183.84 157.2 -
System Red Green Blue C M Y K H S L
Decimal 167 86 225 0.26 0.62 0 0.12 274.96 0.7 0.61
Hex A7 56 E1 1A 3E 0 C 113 46 3D
Octal 247 126 341 32 76 0 14 423 106 75
Binary 10100111 1010110 11100001 11010 111110 0 1100 100010011 1000110 111101

Color Harmonies of #A756E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A756E1

Black with #A756E1

Text Example


Text Example

White with #A756E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A756E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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