Html Css Color HEX #A857DB Medium Orchid

📋 copy color: '#A857DB'

red 168 ◦ green 87 ◦ blue 219

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

Shades of Medium Orchid #A857DB

Tints of Medium Orchid #A857DB

RGB

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

 GREEN value IS 87 (34.38% from 255) = 18.35%

 BLUE value IS 219 (85.94% from 255) = 46.2%

R = 35.44%
G = 18.35%
B = 46.2%

CMYK

 C value IS 0.23

 M value IS 0.60

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A857DB (or 0xA857DB) is known color: Medium Orchid. HEX triplet: A8, 57 and DB. RGB value is (168,87,219). Sum of RGB (Red+Green+Blue) = 168+87+219=474 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.44% from 474); Green value is 87 (34.38% from 255 or 18.35% from 474); Blue value is 219 (85.94% from 255 or 46.20% from 474); Max value from RGB is 219 - color contains mainly: blue. Hex color #A857DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A857DB is #57A824. Grayscale: #7D7D7D. Windows color (decimal): -5744677 or 14374824. OLE color: 14374824.

HSL color Cylindrical-coordinate representation of color #A857DB: hue angle of 276.82º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A857DB is Cyan = 0.23, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 168 87 219 -
CMYK 0.23 0.60 0 0.14
HSL 276.82º 0.65% 0.6% -
HSV(B) 276.82º 0.6% 0.86% -
XYZ 32.34 20.26 69.22 -
YUV 126.27 180.34 157.77 -
System Red Green Blue C M Y K H S L
Decimal 168 87 219 0.23 0.60 0 0.14 276.82 0.65 0.6
Hex A8 57 DB 17 3C 0 E 115 41 3C
Octal 250 127 333 27 74 0 16 425 101 74
Binary 10101000 1010111 11011011 10111 111100 0 1110 100010101 1000001 111100

Color Harmonies of #A857DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A857DB

Black with #A857DB

Text Example


Text Example

White with #A857DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A857DB; }

 p { color: rgb(168,87,219); }

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

background-color css

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

 a { background-color: rgb(168,87,219); }

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

border-color css

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

 span { border-color: rgb(168,87,219); }

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