Html Css Color HEX #AC57DF Medium Orchid

📋 copy color: '#AC57DF'

red 172 ◦ green 87 ◦ blue 223

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

Shades of Medium Orchid #AC57DF

Tints of Medium Orchid #AC57DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 46.27%

R = 35.68%
G = 18.05%
B = 46.27%

CMYK

 C value IS 0.23

 M value IS 0.61

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AC57DF (or 0xAC57DF) is known color: Medium Orchid. HEX triplet: AC, 57 and DF. RGB value is (172,87,223). Sum of RGB (Red+Green+Blue) = 172+87+223=482 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.68% from 482); Green value is 87 (34.38% from 255 or 18.05% from 482); Blue value is 223 (87.5% from 255 or 46.27% from 482); Max value from RGB is 223 - color contains mainly: blue. Hex color #AC57DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC57DF is #53A820. Grayscale: #7F7F7F. Windows color (decimal): -5482529 or 14636972. OLE color: 14636972.

HSL color Cylindrical-coordinate representation of color #AC57DF: hue angle of 277.5º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AC57DF is Cyan = 0.23, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 172 87 223 -
CMYK 0.23 0.61 0 0.13
HSL 277.5º 0.68% 0.61% -
HSV(B) 277.5º 0.61% 0.87% -
XYZ 33.74 20.91 72.07 -
YUV 127.92 181.66 159.44 -
System Red Green Blue C M Y K H S L
Decimal 172 87 223 0.23 0.61 0 0.13 277.5 0.68 0.61
Hex AC 57 DF 17 3D 0 D 116 44 3D
Octal 254 127 337 27 75 0 15 426 104 75
Binary 10101100 1010111 11011111 10111 111101 0 1101 100010110 1000100 111101

Color Harmonies of #AC57DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC57DF

Black with #AC57DF

Text Example


Text Example

White with #AC57DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC57DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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