Html Css Color HEX #AC56DA Medium Orchid

📋 copy color: '#AC56DA'

red 172 ◦ green 86 ◦ blue 218

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

Shades of Medium Orchid #AC56DA

Tints of Medium Orchid #AC56DA

RGB

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

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

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

R = 36.13%
G = 18.07%
B = 45.8%

CMYK

 C value IS 0.21

 M value IS 0.61

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AC56DA (or 0xAC56DA) is known color: Medium Orchid. HEX triplet: AC, 56 and DA. RGB value is (172,86,218). Sum of RGB (Red+Green+Blue) = 172+86+218=476 (63% of max value = 765). Red value is 172 (67.58% from 255 or 36.13% from 476); Green value is 86 (33.98% from 255 or 18.07% from 476); Blue value is 218 (85.55% from 255 or 45.80% from 476); Max value from RGB is 218 - color contains mainly: blue. Hex color #AC56DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC56DA is #53A925. Grayscale: #7E7E7E. Windows color (decimal): -5482790 or 14309036. OLE color: 14309036.

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

Color convert

RGB 172 86 218 -
CMYK 0.21 0.61 0 0.15
HSL 279.09º 0.64% 0.6% -
HSV(B) 279.09º 0.61% 0.85% -
XYZ 33 20.49 68.55 -
YUV 126.76 179.49 160.27 -
System Red Green Blue C M Y K H S L
Decimal 172 86 218 0.21 0.61 0 0.15 279.09 0.64 0.6
Hex AC 56 DA 15 3D 0 F 117 40 3C
Octal 254 126 332 25 75 0 17 427 100 74
Binary 10101100 1010110 11011010 10101 111101 0 1111 100010111 1000000 111100

Color Harmonies of #AC56DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC56DA

Black with #AC56DA

Text Example


Text Example

White with #AC56DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC56DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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