Html Css Color HEX #AC57DA Medium Orchid

📋 copy color: '#AC57DA'

red 172 ◦ green 87 ◦ blue 218

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

Shades of Medium Orchid #AC57DA

Tints of Medium Orchid #AC57DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 45.7%

R = 36.06%
G = 18.24%
B = 45.7%

CMYK

 C value IS 0.21

 M value IS 0.60

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AC57DA (or 0xAC57DA) is known color: Medium Orchid. HEX triplet: AC, 57 and DA. RGB value is (172,87,218). Sum of RGB (Red+Green+Blue) = 172+87+218=477 (63% of max value = 765). Red value is 172 (67.58% from 255 or 36.06% from 477); Green value is 87 (34.38% from 255 or 18.24% from 477); Blue value is 218 (85.55% from 255 or 45.70% from 477); Max value from RGB is 218 - color contains mainly: blue. Hex color #AC57DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC57DA is #53A825. Grayscale: #7E7E7E. Windows color (decimal): -5482534 or 14309292. OLE color: 14309292.

HSL color Cylindrical-coordinate representation of color #AC57DA: hue angle of 278.93º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AC57DA is Cyan = 0.21, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 172 87 218 -
CMYK 0.21 0.60 0 0.15
HSL 278.93º 0.64% 0.6% -
HSV(B) 278.93º 0.6% 0.85% -
XYZ 33.08 20.65 68.57 -
YUV 127.35 179.16 159.85 -
System Red Green Blue C M Y K H S L
Decimal 172 87 218 0.21 0.60 0 0.15 278.93 0.64 0.6
Hex AC 57 DA 15 3C 0 F 117 40 3C
Octal 254 127 332 25 74 0 17 427 100 74
Binary 10101100 1010111 11011010 10101 111100 0 1111 100010111 1000000 111100

Color Harmonies of #AC57DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC57DA

Black with #AC57DA

Text Example


Text Example

White with #AC57DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC57DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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