Html Css Color HEX #A856CB Medium Orchid

📋 copy color: '#A856CB'

red 168 ◦ green 86 ◦ blue 203

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

Shades of Medium Orchid #A856CB

Tints of Medium Orchid #A856CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 44.42%

R = 36.76%
G = 18.82%
B = 44.42%

CMYK

 C value IS 0.17

 M value IS 0.58

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A856CB (or 0xA856CB) is known color: Medium Orchid. HEX triplet: A8, 56 and CB. RGB value is (168,86,203). Sum of RGB (Red+Green+Blue) = 168+86+203=457 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.76% from 457); Green value is 86 (33.98% from 255 or 18.82% from 457); Blue value is 203 (79.69% from 255 or 44.42% from 457); Max value from RGB is 203 - color contains mainly: blue. Hex color #A856CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A856CB is #57A934. Grayscale: #7B7B7B. Windows color (decimal): -5744949 or 13325992. OLE color: 13325992.

HSL color Cylindrical-coordinate representation of color #A856CB: hue angle of 282.05º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A856CB is Cyan = 0.17, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 168 86 203 -
CMYK 0.17 0.58 0 0.20
HSL 282.05º 0.53% 0.57% -
HSV(B) 282.05º 0.58% 0.8% -
XYZ 30.26 19.29 58.63 -
YUV 123.86 172.67 159.49 -
System Red Green Blue C M Y K H S L
Decimal 168 86 203 0.17 0.58 0 0.20 282.05 0.53 0.57
Hex A8 56 CB 11 3A 0 14 11A 35 39
Octal 250 126 313 21 72 0 24 432 65 71
Binary 10101000 1010110 11001011 10001 111010 0 10100 100011010 110101 111001

Color Harmonies of #A856CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A856CB

Black with #A856CB

Text Example


Text Example

White with #A856CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A856CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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