Html Css Color HEX #AC57C3 Medium Orchid

📋 copy color: '#AC57C3'

red 172 ◦ green 87 ◦ blue 195

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

Shades of Medium Orchid #AC57C3

Tints of Medium Orchid #AC57C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 42.95%

R = 37.89%
G = 19.16%
B = 42.95%

CMYK

 C value IS 0.12

 M value IS 0.55

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#AC57C3 (or 0xAC57C3) is known color: Medium Orchid. HEX triplet: AC, 57 and C3. RGB value is (172,87,195). Sum of RGB (Red+Green+Blue) = 172+87+195=454 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.89% from 454); Green value is 87 (34.38% from 255 or 19.16% from 454); Blue value is 195 (76.56% from 255 or 42.95% from 454); Max value from RGB is 195 - color contains mainly: blue. Hex color #AC57C3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC57C3 is #53A83C. Grayscale: #7C7C7C. Windows color (decimal): -5482557 or 12801964. OLE color: 12801964.

HSL color Cylindrical-coordinate representation of color #AC57C3: hue angle of 287.22º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AC57C3 is Cyan = 0.12, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 172 87 195 -
CMYK 0.12 0.55 0 0.24
HSL 287.22º 0.47% 0.55% -
HSV(B) 287.22º 0.55% 0.76% -
XYZ 30.27 19.53 53.8 -
YUV 124.73 167.66 161.72 -
System Red Green Blue C M Y K H S L
Decimal 172 87 195 0.12 0.55 0 0.24 287.22 0.47 0.55
Hex AC 57 C3 C 37 0 18 11F 2F 37
Octal 254 127 303 14 67 0 30 437 57 67
Binary 10101100 1010111 11000011 1100 110111 0 11000 100011111 101111 110111

Color Harmonies of #AC57C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC57C3

Black with #AC57C3

Text Example


Text Example

White with #AC57C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC57C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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