Html Css Color HEX #AC59DD Medium Orchid

📋 copy color: '#AC59DD'

red 172 ◦ green 89 ◦ blue 221

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

Shades of Medium Orchid #AC59DD

Tints of Medium Orchid #AC59DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 45.85%

R = 35.68%
G = 18.46%
B = 45.85%

CMYK

 C value IS 0.22

 M value IS 0.60

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AC59DD (or 0xAC59DD) is known color: Medium Orchid. HEX triplet: AC, 59 and DD. RGB value is (172,89,221). Sum of RGB (Red+Green+Blue) = 172+89+221=482 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.68% from 482); Green value is 89 (35.16% from 255 or 18.46% from 482); Blue value is 221 (86.72% from 255 or 45.85% from 482); Max value from RGB is 221 - color contains mainly: blue. Hex color #AC59DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC59DD is #53A622. Grayscale: #808080. Windows color (decimal): -5482019 or 14506412. OLE color: 14506412.

HSL color Cylindrical-coordinate representation of color #AC59DD: hue angle of 277.73º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AC59DD is Cyan = 0.22, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 172 89 221 -
CMYK 0.22 0.60 0 0.13
HSL 277.73º 0.66% 0.61% -
HSV(B) 277.73º 0.6% 0.87% -
XYZ 33.64 21.14 70.71 -
YUV 128.87 180 158.77 -
System Red Green Blue C M Y K H S L
Decimal 172 89 221 0.22 0.60 0 0.13 277.73 0.66 0.61
Hex AC 59 DD 16 3C 0 D 116 42 3D
Octal 254 131 335 26 74 0 15 426 102 75
Binary 10101100 1011001 11011101 10110 111100 0 1101 100010110 1000010 111101

Color Harmonies of #AC59DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC59DD

Black with #AC59DD

Text Example


Text Example

White with #AC59DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC59DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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