Html Css Color HEX #A859CB Medium Orchid

📋 copy color: '#A859CB'

red 168 ◦ green 89 ◦ blue 203

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

Shades of Medium Orchid #A859CB

Tints of Medium Orchid #A859CB

RGB

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

 GREEN value IS 89 (35.16% from 255) = 19.35%

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

R = 36.52%
G = 19.35%
B = 44.13%

CMYK

 C value IS 0.17

 M value IS 0.56

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A859CB (or 0xA859CB) is known color: Medium Orchid. HEX triplet: A8, 59 and CB. RGB value is (168,89,203). Sum of RGB (Red+Green+Blue) = 168+89+203=460 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.52% from 460); Green value is 89 (35.16% from 255 or 19.35% from 460); Blue value is 203 (79.69% from 255 or 44.13% from 460); Max value from RGB is 203 - color contains mainly: blue. Hex color #A859CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A859CB is #57A634. Grayscale: #7D7D7D. Windows color (decimal): -5744181 or 13326760. OLE color: 13326760.

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

Color convert

RGB 168 89 203 -
CMYK 0.17 0.56 0 0.20
HSL 281.58º 0.52% 0.57% -
HSV(B) 281.58º 0.56% 0.8% -
XYZ 30.5 19.78 58.71 -
YUV 125.62 171.67 158.23 -
System Red Green Blue C M Y K H S L
Decimal 168 89 203 0.17 0.56 0 0.20 281.58 0.52 0.57
Hex A8 59 CB 11 38 0 14 11A 34 39
Octal 250 131 313 21 70 0 24 432 64 71
Binary 10101000 1011001 11001011 10001 111000 0 10100 100011010 110100 111001

Color Harmonies of #A859CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A859CB

Black with #A859CB

Text Example


Text Example

White with #A859CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A859CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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