Html Css Color HEX #A856CF Medium Orchid

📋 copy color: '#A856CF'

red 168 ◦ green 86 ◦ blue 207

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

Shades of Medium Orchid #A856CF

Tints of Medium Orchid #A856CF

RGB

 RED value IS 168 (66.02% from 255) = 36.44%

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

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

R = 36.44%
G = 18.66%
B = 44.9%

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

#A856CF (or 0xA856CF) is known color: Medium Orchid. HEX triplet: A8, 56 and CF. RGB value is (168,86,207). Sum of RGB (Red+Green+Blue) = 168+86+207=461 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.44% from 461); Green value is 86 (33.98% from 255 or 18.66% from 461); Blue value is 207 (81.25% from 255 or 44.90% from 461); Max value from RGB is 207 - color contains mainly: blue. Hex color #A856CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A856CF is #57A930. Grayscale: #7B7B7B. Windows color (decimal): -5744945 or 13588136. OLE color: 13588136.

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

Color convert

RGB 168 86 207 -
CMYK 0.19 0.58 0 0.19
HSL 280.66º 0.56% 0.57% -
HSV(B) 280.66º 0.58% 0.81% -
XYZ 30.74 19.49 61.17 -
YUV 124.31 174.67 159.16 -
System Red Green Blue C M Y K H S L
Decimal 168 86 207 0.19 0.58 0 0.19 280.66 0.56 0.57
Hex A8 56 CF 13 3A 0 13 119 38 39
Octal 250 126 317 23 72 0 23 431 70 71
Binary 10101000 1010110 11001111 10011 111010 0 10011 100011001 111000 111001

Color Harmonies of #A856CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A856CF

Black with #A856CF

Text Example


Text Example

White with #A856CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A856CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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