Html Css Color HEX #A857CC Medium Orchid

📋 copy color: '#A857CC'

red 168 ◦ green 87 ◦ blue 204

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

Shades of Medium Orchid #A857CC

Tints of Medium Orchid #A857CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 44.44%

R = 36.6%
G = 18.95%
B = 44.44%

CMYK

 C value IS 0.18

 M value IS 0.57

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A857CC (or 0xA857CC) is known color: Medium Orchid. HEX triplet: A8, 57 and CC. RGB value is (168,87,204). Sum of RGB (Red+Green+Blue) = 168+87+204=459 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.60% from 459); Green value is 87 (34.38% from 255 or 18.95% from 459); Blue value is 204 (80.08% from 255 or 44.44% from 459); Max value from RGB is 204 - color contains mainly: blue. Hex color #A857CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A857CC is #57A833. Grayscale: #7C7C7C. Windows color (decimal): -5744692 or 13391784. OLE color: 13391784.

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

Color convert

RGB 168 87 204 -
CMYK 0.18 0.57 0 0.2
HSL 281.54º 0.53% 0.57% -
HSV(B) 281.54º 0.57% 0.8% -
XYZ 30.46 19.5 59.29 -
YUV 124.56 172.84 158.99 -
System Red Green Blue C M Y K H S L
Decimal 168 87 204 0.18 0.57 0 0.2 281.54 0.53 0.57
Hex A8 57 CC 12 39 0 14 11A 35 39
Octal 250 127 314 22 71 0 24 432 65 71
Binary 10101000 1010111 11001100 10010 111001 0 10100 100011010 110101 111001

Color Harmonies of #A857CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A857CC

Black with #A857CC

Text Example


Text Example

White with #A857CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A857CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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