Html Css Color HEX #AC57CE Medium Orchid

📋 copy color: '#AC57CE'

red 172 ◦ green 87 ◦ blue 206

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

Shades of Medium Orchid #AC57CE

Tints of Medium Orchid #AC57CE

RGB

 RED value IS 172 (67.58% from 255) = 36.99%

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

 BLUE value IS 206 (80.86% from 255) = 44.3%

R = 36.99%
G = 18.71%
B = 44.3%

CMYK

 C value IS 0.17

 M value IS 0.58

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AC57CE (or 0xAC57CE) is known color: Medium Orchid. HEX triplet: AC, 57 and CE. RGB value is (172,87,206). Sum of RGB (Red+Green+Blue) = 172+87+206=465 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.99% from 465); Green value is 87 (34.38% from 255 or 18.71% from 465); Blue value is 206 (80.86% from 255 or 44.30% from 465); Max value from RGB is 206 - color contains mainly: blue. Hex color #AC57CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC57CE is #53A831. Grayscale: #7D7D7D. Windows color (decimal): -5482546 or 13522860. OLE color: 13522860.

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

Color convert

RGB 172 87 206 -
CMYK 0.17 0.58 0 0.19
HSL 282.86º 0.55% 0.57% -
HSV(B) 282.86º 0.58% 0.81% -
XYZ 31.56 20.04 60.6 -
YUV 125.98 173.16 160.82 -
System Red Green Blue C M Y K H S L
Decimal 172 87 206 0.17 0.58 0 0.19 282.86 0.55 0.57
Hex AC 57 CE 11 3A 0 13 11B 37 39
Octal 254 127 316 21 72 0 23 433 67 71
Binary 10101100 1010111 11001110 10001 111010 0 10011 100011011 110111 111001

Color Harmonies of #AC57CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC57CE

Black with #AC57CE

Text Example


Text Example

White with #AC57CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC57CE; }

 p { color: rgb(172,87,206); }

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

background-color css

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

 a { background-color: rgb(172,87,206); }

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

border-color css

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

 span { border-color: rgb(172,87,206); }

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