Html Css Color HEX #AC59D5 Medium Orchid

📋 copy color: '#AC59D5'

red 172 ◦ green 89 ◦ blue 213

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

Shades of Medium Orchid #AC59D5

Tints of Medium Orchid #AC59D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 44.94%

R = 36.29%
G = 18.78%
B = 44.94%

CMYK

 C value IS 0.19

 M value IS 0.58

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AC59D5 (or 0xAC59D5) is known color: Medium Orchid. HEX triplet: AC, 59 and D5. RGB value is (172,89,213). Sum of RGB (Red+Green+Blue) = 172+89+213=474 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.29% from 474); Green value is 89 (35.16% from 255 or 18.78% from 474); Blue value is 213 (83.59% from 255 or 44.94% from 474); Max value from RGB is 213 - color contains mainly: blue. Hex color #AC59D5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC59D5 is #53A62A. Grayscale: #7F7F7F. Windows color (decimal): -5482027 or 13982124. OLE color: 13982124.

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

Color convert

RGB 172 89 213 -
CMYK 0.19 0.58 0 0.16
HSL 280.16º 0.6% 0.59% -
HSV(B) 280.16º 0.58% 0.84% -
XYZ 32.6 20.72 65.23 -
YUV 127.95 176 159.42 -
System Red Green Blue C M Y K H S L
Decimal 172 89 213 0.19 0.58 0 0.16 280.16 0.6 0.59
Hex AC 59 D5 13 3A 0 10 118 3C 3B
Octal 254 131 325 23 72 0 20 430 74 73
Binary 10101100 1011001 11010101 10011 111010 0 10000 100011000 111100 111011

Color Harmonies of #AC59D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC59D5

Black with #AC59D5

Text Example


Text Example

White with #AC59D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC59D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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