Html Css Color HEX #A857CF Medium Orchid

📋 copy color: '#A857CF'

red 168 ◦ green 87 ◦ blue 207

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

Shades of Medium Orchid #A857CF

Tints of Medium Orchid #A857CF

RGB

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

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

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

R = 36.36%
G = 18.83%
B = 44.81%

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

#A857CF (or 0xA857CF) is known color: Medium Orchid. HEX triplet: A8, 57 and CF. RGB value is (168,87,207). Sum of RGB (Red+Green+Blue) = 168+87+207=462 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.36% from 462); Green value is 87 (34.38% from 255 or 18.83% from 462); Blue value is 207 (81.25% from 255 or 44.81% from 462); Max value from RGB is 207 - color contains mainly: blue. Hex color #A857CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A857CF is #57A830. Grayscale: #7C7C7C. Windows color (decimal): -5744689 or 13588392. OLE color: 13588392.

HSL color Cylindrical-coordinate representation of color #A857CF: hue angle of 280.5º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A857CF is Cyan = 0.19, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 168 87 207 -
CMYK 0.19 0.58 0 0.19
HSL 280.5º 0.56% 0.58% -
HSV(B) 280.5º 0.58% 0.81% -
XYZ 30.82 19.65 61.2 -
YUV 124.9 174.34 158.74 -
System Red Green Blue C M Y K H S L
Decimal 168 87 207 0.19 0.58 0 0.19 280.5 0.56 0.58
Hex A8 57 CF 13 3A 0 13 118 38 3A
Octal 250 127 317 23 72 0 23 430 70 72
Binary 10101000 1010111 11001111 10011 111010 0 10011 100011000 111000 111010

Color Harmonies of #A857CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A857CF

Black with #A857CF

Text Example


Text Example

White with #A857CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A857CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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