Html Css Color HEX #A857E6 Medium Orchid

📋 copy color: '#A857E6'

red 168 ◦ green 87 ◦ blue 230

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

Shades of Medium Orchid #A857E6

Tints of Medium Orchid #A857E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 47.42%

R = 34.64%
G = 17.94%
B = 47.42%

CMYK

 C value IS 0.27

 M value IS 0.62

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#A857E6 (or 0xA857E6) is known color: Medium Orchid. HEX triplet: A8, 57 and E6. RGB value is (168,87,230). Sum of RGB (Red+Green+Blue) = 168+87+230=485 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.64% from 485); Green value is 87 (34.38% from 255 or 17.94% from 485); Blue value is 230 (90.23% from 255 or 47.42% from 485); Max value from RGB is 230 - color contains mainly: blue. Hex color #A857E6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A857E6 is #57A819. Grayscale: #7F7F7F. Windows color (decimal): -5744666 or 15095720. OLE color: 15095720.

HSL color Cylindrical-coordinate representation of color #A857E6: hue angle of 273.99º degrees, saturation: 0.74, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A857E6 is Cyan = 0.27, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 168 87 230 -
CMYK 0.27 0.62 0 0.10
HSL 273.99º 0.74% 0.62% -
HSV(B) 273.99º 0.62% 0.9% -
XYZ 33.84 20.85 77.1 -
YUV 127.52 185.84 156.87 -
System Red Green Blue C M Y K H S L
Decimal 168 87 230 0.27 0.62 0 0.10 273.99 0.74 0.62
Hex A8 57 E6 1B 3E 0 A 112 4A 3E
Octal 250 127 346 33 76 0 12 422 112 76
Binary 10101000 1010111 11100110 11011 111110 0 1010 100010010 1001010 111110

Color Harmonies of #A857E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A857E6

Black with #A857E6

Text Example


Text Example

White with #A857E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A857E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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