Html Css Color HEX #AC5EC7 Medium Orchid

📋 copy color: '#AC5EC7'

red 172 ◦ green 94 ◦ blue 199

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

Shades of Medium Orchid #AC5EC7

Tints of Medium Orchid #AC5EC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 42.8%

R = 36.99%
G = 20.22%
B = 42.8%

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

#AC5EC7 (or 0xAC5EC7) is known color: Medium Orchid. HEX triplet: AC, 5E and C7. RGB value is (172,94,199). Sum of RGB (Red+Green+Blue) = 172+94+199=465 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.99% from 465); Green value is 94 (37.11% from 255 or 20.22% from 465); Blue value is 199 (78.12% from 255 or 42.80% from 465); Max value from RGB is 199 - color contains mainly: blue. Hex color #AC5EC7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC5EC7 is #53A138. Grayscale: #808080. Windows color (decimal): -5480761 or 13065900. OLE color: 13065900.

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

Color convert

RGB 172 94 199 -
CMYK 0.14 0.53 0 0.22
HSL 284.57º 0.48% 0.57% -
HSV(B) 284.57º 0.53% 0.78% -
XYZ 31.32 20.9 56.42 -
YUV 129.29 167.34 158.46 -
System Red Green Blue C M Y K H S L
Decimal 172 94 199 0.14 0.53 0 0.22 284.57 0.48 0.57
Hex AC 5E C7 E 35 0 16 11D 30 39
Octal 254 136 307 16 65 0 26 435 60 71
Binary 10101100 1011110 11000111 1110 110101 0 10110 100011101 110000 111001

Color Harmonies of #AC5EC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5EC7

Black with #AC5EC7

Text Example


Text Example

White with #AC5EC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5EC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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