Html Css Color HEX #A756CF Medium Orchid

📋 copy color: '#A756CF'

red 167 ◦ green 86 ◦ blue 207

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

Shades of Medium Orchid #A756CF

Tints of Medium Orchid #A756CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 45%

R = 36.3%
G = 18.7%
B = 45%

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

#A756CF (or 0xA756CF) is known color: Medium Orchid. HEX triplet: A7, 56 and CF. RGB value is (167,86,207). Sum of RGB (Red+Green+Blue) = 167+86+207=460 (60% of max value = 765). Red value is 167 (65.62% from 255 or 36.30% from 460); Green value is 86 (33.98% from 255 or 18.70% from 460); Blue value is 207 (81.25% from 255 or 45% from 460); Max value from RGB is 207 - color contains mainly: blue. Hex color #A756CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A756CF is #58A930. Grayscale: #7B7B7B. Windows color (decimal): -5810481 or 13588135. OLE color: 13588135.

HSL color Cylindrical-coordinate representation of color #A756CF: hue angle of 280.17º degrees, saturation: 0.56, 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 #A756CF is Cyan = 0.19, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 167 86 207 -
CMYK 0.19 0.58 0 0.19
HSL 280.17º 0.56% 0.57% -
HSV(B) 280.17º 0.58% 0.81% -
XYZ 30.53 19.38 61.16 -
YUV 124.01 174.84 158.66 -
System Red Green Blue C M Y K H S L
Decimal 167 86 207 0.19 0.58 0 0.19 280.17 0.56 0.57
Hex A7 56 CF 13 3A 0 13 118 38 39
Octal 247 126 317 23 72 0 23 430 70 71
Binary 10100111 1010110 11001111 10011 111010 0 10011 100011000 111000 111001

Color Harmonies of #A756CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A756CF

Black with #A756CF

Text Example


Text Example

White with #A756CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A756CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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