Html Css Color HEX #AC56C3 Medium Orchid

📋 copy color: '#AC56C3'

red 172 ◦ green 86 ◦ blue 195

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

Shades of Medium Orchid #AC56C3

Tints of Medium Orchid #AC56C3

RGB

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

 GREEN value IS 86 (33.98% from 255) = 18.98%

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

R = 37.97%
G = 18.98%
B = 43.05%

CMYK

 C value IS 0.12

 M value IS 0.56

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#AC56C3 (or 0xAC56C3) is known color: Medium Orchid. HEX triplet: AC, 56 and C3. RGB value is (172,86,195). Sum of RGB (Red+Green+Blue) = 172+86+195=453 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.97% from 453); Green value is 86 (33.98% from 255 or 18.98% from 453); Blue value is 195 (76.56% from 255 or 43.05% from 453); Max value from RGB is 195 - color contains mainly: blue. Hex color #AC56C3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC56C3 is #53A93C. Grayscale: #7B7B7B. Windows color (decimal): -5482813 or 12801708. OLE color: 12801708.

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

Color convert

RGB 172 86 195 -
CMYK 0.12 0.56 0 0.24
HSL 287.34º 0.48% 0.55% -
HSV(B) 287.34º 0.56% 0.76% -
XYZ 30.19 19.37 53.78 -
YUV 124.14 167.99 162.14 -
System Red Green Blue C M Y K H S L
Decimal 172 86 195 0.12 0.56 0 0.24 287.34 0.48 0.55
Hex AC 56 C3 C 38 0 18 11F 30 37
Octal 254 126 303 14 70 0 30 437 60 67
Binary 10101100 1010110 11000011 1100 111000 0 11000 100011111 110000 110111

Color Harmonies of #AC56C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC56C3

Black with #AC56C3

Text Example


Text Example

White with #AC56C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC56C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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