Html Css Color HEX #AC57F1 Medium Orchid

📋 copy color: '#AC57F1'

red 172 ◦ green 87 ◦ blue 241

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

Shades of Medium Orchid #AC57F1

Tints of Medium Orchid #AC57F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 48.2%

R = 34.4%
G = 17.4%
B = 48.2%

CMYK

 C value IS 0.29

 M value IS 0.64

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AC57F1 (or 0xAC57F1) is known color: Medium Orchid. HEX triplet: AC, 57 and F1. RGB value is (172,87,241). Sum of RGB (Red+Green+Blue) = 172+87+241=500 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.4% from 500); Green value is 87 (34.38% from 255 or 17.4% from 500); Blue value is 241 (94.53% from 255 or 48.2% from 500); Max value from RGB is 241 - color contains mainly: blue. Hex color #AC57F1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC57F1 is #53A80E. Grayscale: #818181. Windows color (decimal): -5482511 or 15816620. OLE color: 15816620.

HSL color Cylindrical-coordinate representation of color #AC57F1: hue angle of 273.12º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AC57F1 is Cyan = 0.29, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 172 87 241 -
CMYK 0.29 0.64 0 0.05
HSL 273.12º 0.85% 0.64% -
HSV(B) 273.12º 0.64% 0.95% -
XYZ 36.3 21.94 85.54 -
YUV 129.97 190.66 157.98 -
System Red Green Blue C M Y K H S L
Decimal 172 87 241 0.29 0.64 0 0.05 273.12 0.85 0.64
Hex AC 57 F1 1D 40 0 5 111 55 40
Octal 254 127 361 35 100 0 5 421 125 100
Binary 10101100 1010111 11110001 11101 1000000 0 101 100010001 1010101 1000000

Color Harmonies of #AC57F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC57F1

Black with #AC57F1

Text Example


Text Example

White with #AC57F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC57F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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