Html Css Color HEX #AC57ED Medium Orchid

📋 copy color: '#AC57ED'

red 172 ◦ green 87 ◦ blue 237

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

Shades of Medium Orchid #AC57ED

Tints of Medium Orchid #AC57ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 47.78%

R = 34.68%
G = 17.54%
B = 47.78%

CMYK

 C value IS 0.27

 M value IS 0.63

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AC57ED (or 0xAC57ED) is known color: Medium Orchid. HEX triplet: AC, 57 and ED. RGB value is (172,87,237). Sum of RGB (Red+Green+Blue) = 172+87+237=496 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.68% from 496); Green value is 87 (34.38% from 255 or 17.54% from 496); Blue value is 237 (92.97% from 255 or 47.78% from 496); Max value from RGB is 237 - color contains mainly: blue. Hex color #AC57ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC57ED is #53A812. Grayscale: #818181. Windows color (decimal): -5482515 or 15554476. OLE color: 15554476.

HSL color Cylindrical-coordinate representation of color #AC57ED: hue angle of 274º degrees, saturation: 0.81, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AC57ED is Cyan = 0.27, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 172 87 237 -
CMYK 0.27 0.63 0 0.07
HSL 274º 0.81% 0.64% -
HSV(B) 274º 0.63% 0.93% -
XYZ 35.71 21.7 82.43 -
YUV 129.52 188.66 158.3 -
System Red Green Blue C M Y K H S L
Decimal 172 87 237 0.27 0.63 0 0.07 274 0.81 0.64
Hex AC 57 ED 1B 3F 0 7 112 51 40
Octal 254 127 355 33 77 0 7 422 121 100
Binary 10101100 1010111 11101101 11011 111111 0 111 100010010 1010001 1000000

Color Harmonies of #AC57ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC57ED

Black with #AC57ED

Text Example


Text Example

White with #AC57ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC57ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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