Html Css Color HEX #AC57CF Medium Orchid

📋 copy color: '#AC57CF'

red 172 ◦ green 87 ◦ blue 207

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

Shades of Medium Orchid #AC57CF

Tints of Medium Orchid #AC57CF

RGB

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

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

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

R = 36.91%
G = 18.67%
B = 44.42%

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

#AC57CF (or 0xAC57CF) is known color: Medium Orchid. HEX triplet: AC, 57 and CF. RGB value is (172,87,207). Sum of RGB (Red+Green+Blue) = 172+87+207=466 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.91% from 466); Green value is 87 (34.38% from 255 or 18.67% from 466); Blue value is 207 (81.25% from 255 or 44.42% from 466); Max value from RGB is 207 - color contains mainly: blue. Hex color #AC57CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC57CF is #53A830. Grayscale: #7D7D7D. Windows color (decimal): -5482545 or 13588396. OLE color: 13588396.

HSL color Cylindrical-coordinate representation of color #AC57CF: hue angle of 282.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 #AC57CF is Cyan = 0.17, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 172 87 207 -
CMYK 0.17 0.58 0 0.19
HSL 282.5º 0.56% 0.58% -
HSV(B) 282.5º 0.58% 0.81% -
XYZ 31.68 20.09 61.24 -
YUV 126.1 173.66 160.74 -
System Red Green Blue C M Y K H S L
Decimal 172 87 207 0.17 0.58 0 0.19 282.5 0.56 0.58
Hex AC 57 CF 11 3A 0 13 11A 38 3A
Octal 254 127 317 21 72 0 23 432 70 72
Binary 10101100 1010111 11001111 10001 111010 0 10011 100011010 111000 111010

Color Harmonies of #AC57CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC57CF

Black with #AC57CF

Text Example


Text Example

White with #AC57CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC57CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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