Html Css Color HEX #AC57FC Medium Orchid

📋 copy color: '#AC57FC'

red 172 ◦ green 87 ◦ blue 252

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

Shades of Medium Orchid #AC57FC

Tints of Medium Orchid #AC57FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 49.32%

R = 33.66%
G = 17.03%
B = 49.32%

CMYK

 C value IS 0.32

 M value IS 0.65

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AC57FC (or 0xAC57FC) is known color: Medium Orchid. HEX triplet: AC, 57 and FC. RGB value is (172,87,252). Sum of RGB (Red+Green+Blue) = 172+87+252=511 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.66% from 511); Green value is 87 (34.38% from 255 or 17.03% from 511); Blue value is 252 (98.83% from 255 or 49.32% from 511); Max value from RGB is 252 - color contains mainly: blue. Hex color #AC57FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC57FC is #53A803. Grayscale: #828282. Windows color (decimal): -5482500 or 16537516. OLE color: 16537516.

HSL color Cylindrical-coordinate representation of color #AC57FC: hue angle of 270.91º degrees, saturation: 0.96, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AC57FC is Cyan = 0.32, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 172 87 252 -
CMYK 0.32 0.65 0 0.01
HSL 270.91º 0.96% 0.66% -
HSV(B) 270.91º 0.65% 0.99% -
XYZ 37.99 22.62 94.46 -
YUV 131.23 196.16 157.08 -
System Red Green Blue C M Y K H S L
Decimal 172 87 252 0.32 0.65 0 0.01 270.91 0.96 0.66
Hex AC 57 FC 20 41 0 1 10F 60 42
Octal 254 127 374 40 101 0 1 417 140 102
Binary 10101100 1010111 11111100 100000 1000001 0 1 100001111 1100000 1000010

Color Harmonies of #AC57FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC57FC

Black with #AC57FC

Text Example


Text Example

White with #AC57FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC57FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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