Html Css Color HEX #A756CE Medium Orchid

📋 copy color: '#A756CE'

red 167 ◦ green 86 ◦ blue 206

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

Shades of Medium Orchid #A756CE

Tints of Medium Orchid #A756CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 44.88%

R = 36.38%
G = 18.74%
B = 44.88%

CMYK

 C value IS 0.19

 M value IS 0.58

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A756CE (or 0xA756CE) is known color: Medium Orchid. HEX triplet: A7, 56 and CE. RGB value is (167,86,206). Sum of RGB (Red+Green+Blue) = 167+86+206=459 (60% of max value = 765). Red value is 167 (65.62% from 255 or 36.38% from 459); Green value is 86 (33.98% from 255 or 18.74% from 459); Blue value is 206 (80.86% from 255 or 44.88% from 459); Max value from RGB is 206 - color contains mainly: blue. Hex color #A756CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A756CE is #58A931. Grayscale: #7B7B7B. Windows color (decimal): -5810482 or 13522599. OLE color: 13522599.

HSL color Cylindrical-coordinate representation of color #A756CE: hue angle of 280.5º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A756CE is Cyan = 0.19, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 167 86 206 -
CMYK 0.19 0.58 0 0.19
HSL 280.5º 0.55% 0.57% -
HSV(B) 280.5º 0.58% 0.81% -
XYZ 30.4 19.33 60.52 -
YUV 123.9 174.34 158.74 -
System Red Green Blue C M Y K H S L
Decimal 167 86 206 0.19 0.58 0 0.19 280.5 0.55 0.57
Hex A7 56 CE 13 3A 0 13 118 37 39
Octal 247 126 316 23 72 0 23 430 67 71
Binary 10100111 1010110 11001110 10011 111010 0 10011 100011000 110111 111001

Color Harmonies of #A756CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A756CE

Black with #A756CE

Text Example


Text Example

White with #A756CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A756CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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