Html Css Color HEX #AC5EC8 Medium Orchid

📋 copy color: '#AC5EC8'

red 172 ◦ green 94 ◦ blue 200

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

Shades of Medium Orchid #AC5EC8

Tints of Medium Orchid #AC5EC8

RGB

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

 GREEN value IS 94 (37.11% from 255) = 20.17%

 BLUE value IS 200 (78.52% from 255) = 42.92%

R = 36.91%
G = 20.17%
B = 42.92%

CMYK

 C value IS 0.14

 M value IS 0.53

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#AC5EC8 (or 0xAC5EC8) is known color: Medium Orchid. HEX triplet: AC, 5E and C8. RGB value is (172,94,200). Sum of RGB (Red+Green+Blue) = 172+94+200=466 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.91% from 466); Green value is 94 (37.11% from 255 or 20.17% from 466); Blue value is 200 (78.52% from 255 or 42.92% from 466); Max value from RGB is 200 - color contains mainly: blue. Hex color #AC5EC8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC5EC8 is #53A137. Grayscale: #818181. Windows color (decimal): -5480760 or 13131436. OLE color: 13131436.

HSL color Cylindrical-coordinate representation of color #AC5EC8: hue angle of 284.15º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AC5EC8 is Cyan = 0.14, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 172 94 200 -
CMYK 0.14 0.53 0 0.22
HSL 284.15º 0.49% 0.58% -
HSV(B) 284.15º 0.53% 0.78% -
XYZ 31.44 20.95 57.03 -
YUV 129.41 167.84 158.38 -
System Red Green Blue C M Y K H S L
Decimal 172 94 200 0.14 0.53 0 0.22 284.15 0.49 0.58
Hex AC 5E C8 E 35 0 16 11C 31 3A
Octal 254 136 310 16 65 0 26 434 61 72
Binary 10101100 1011110 11001000 1110 110101 0 10110 100011100 110001 111010

Color Harmonies of #AC5EC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5EC8

Black with #AC5EC8

Text Example


Text Example

White with #AC5EC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5EC8; }

 p { color: rgb(172,94,200); }

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

background-color css

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

 a { background-color: rgb(172,94,200); }

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

border-color css

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

 span { border-color: rgb(172,94,200); }

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