Html Css Color HEX #AC56EA Medium Orchid

📋 copy color: '#AC56EA'

red 172 ◦ green 86 ◦ blue 234

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

Shades of Medium Orchid #AC56EA

Tints of Medium Orchid #AC56EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 47.56%

R = 34.96%
G = 17.48%
B = 47.56%

CMYK

 C value IS 0.26

 M value IS 0.63

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AC56EA (or 0xAC56EA) is known color: Medium Orchid. HEX triplet: AC, 56 and EA. RGB value is (172,86,234). Sum of RGB (Red+Green+Blue) = 172+86+234=492 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.96% from 492); Green value is 86 (33.98% from 255 or 17.48% from 492); Blue value is 234 (91.80% from 255 or 47.56% from 492); Max value from RGB is 234 - color contains mainly: blue. Hex color #AC56EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC56EA is #53A915. Grayscale: #808080. Windows color (decimal): -5482774 or 15357612. OLE color: 15357612.

HSL color Cylindrical-coordinate representation of color #AC56EA: hue angle of 274.86º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AC56EA is Cyan = 0.26, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 172 86 234 -
CMYK 0.26 0.63 0 0.08
HSL 274.86º 0.78% 0.63% -
HSV(B) 274.86º 0.63% 0.92% -
XYZ 35.19 21.37 80.11 -
YUV 128.59 187.49 158.97 -
System Red Green Blue C M Y K H S L
Decimal 172 86 234 0.26 0.63 0 0.08 274.86 0.78 0.63
Hex AC 56 EA 1A 3F 0 8 113 4E 3F
Octal 254 126 352 32 77 0 10 423 116 77
Binary 10101100 1010110 11101010 11010 111111 0 1000 100010011 1001110 111111

Color Harmonies of #AC56EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC56EA

Black with #AC56EA

Text Example


Text Example

White with #AC56EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC56EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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