Html Css Color HEX #AC56CB Medium Orchid

📋 copy color: '#AC56CB'

red 172 ◦ green 86 ◦ blue 203

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

Shades of Medium Orchid #AC56CB

Tints of Medium Orchid #AC56CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 44.03%

R = 37.31%
G = 18.66%
B = 44.03%

CMYK

 C value IS 0.15

 M value IS 0.58

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AC56CB (or 0xAC56CB) is known color: Medium Orchid. HEX triplet: AC, 56 and CB. RGB value is (172,86,203). Sum of RGB (Red+Green+Blue) = 172+86+203=461 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.31% from 461); Green value is 86 (33.98% from 255 or 18.66% from 461); Blue value is 203 (79.69% from 255 or 44.03% from 461); Max value from RGB is 203 - color contains mainly: blue. Hex color #AC56CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC56CB is #53A934. Grayscale: #7C7C7C. Windows color (decimal): -5482805 or 13325996. OLE color: 13325996.

HSL color Cylindrical-coordinate representation of color #AC56CB: hue angle of 284.1º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AC56CB is Cyan = 0.15, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 172 86 203 -
CMYK 0.15 0.58 0 0.20
HSL 284.1º 0.53% 0.57% -
HSV(B) 284.1º 0.58% 0.8% -
XYZ 31.12 19.74 58.67 -
YUV 125.05 171.99 161.49 -
System Red Green Blue C M Y K H S L
Decimal 172 86 203 0.15 0.58 0 0.20 284.1 0.53 0.57
Hex AC 56 CB F 3A 0 14 11C 35 39
Octal 254 126 313 17 72 0 24 434 65 71
Binary 10101100 1010110 11001011 1111 111010 0 10100 100011100 110101 111001

Color Harmonies of #AC56CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC56CB

Black with #AC56CB

Text Example


Text Example

White with #AC56CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC56CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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