Html Css Color HEX #AC59D7 Medium Orchid

📋 copy color: '#AC59D7'

red 172 ◦ green 89 ◦ blue 215

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

Shades of Medium Orchid #AC59D7

Tints of Medium Orchid #AC59D7

RGB

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

 GREEN value IS 89 (35.16% from 255) = 18.7%

 BLUE value IS 215 (84.38% from 255) = 45.17%

R = 36.13%
G = 18.7%
B = 45.17%

CMYK

 C value IS 0.2

 M value IS 0.59

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AC59D7 (or 0xAC59D7) is known color: Medium Orchid. HEX triplet: AC, 59 and D7. RGB value is (172,89,215). Sum of RGB (Red+Green+Blue) = 172+89+215=476 (63% of max value = 765). Red value is 172 (67.58% from 255 or 36.13% from 476); Green value is 89 (35.16% from 255 or 18.70% from 476); Blue value is 215 (84.38% from 255 or 45.17% from 476); Max value from RGB is 215 - color contains mainly: blue. Hex color #AC59D7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC59D7 is #53A628. Grayscale: #7F7F7F. Windows color (decimal): -5482025 or 14113196. OLE color: 14113196.

HSL color Cylindrical-coordinate representation of color #AC59D7: hue angle of 279.52º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AC59D7 is Cyan = 0.2, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 172 89 215 -
CMYK 0.2 0.59 0 0.16
HSL 279.52º 0.61% 0.6% -
HSV(B) 279.52º 0.59% 0.84% -
XYZ 32.85 20.82 66.58 -
YUV 128.18 177 159.25 -
System Red Green Blue C M Y K H S L
Decimal 172 89 215 0.2 0.59 0 0.16 279.52 0.61 0.6
Hex AC 59 D7 14 3B 0 10 118 3D 3C
Octal 254 131 327 24 73 0 20 430 75 74
Binary 10101100 1011001 11010111 10100 111011 0 10000 100011000 111101 111100

Color Harmonies of #AC59D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC59D7

Black with #AC59D7

Text Example


Text Example

White with #AC59D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC59D7; }

 p { color: rgb(172,89,215); }

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

background-color css

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

 a { background-color: rgb(172,89,215); }

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

border-color css

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

 span { border-color: rgb(172,89,215); }

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