Html Css Color HEX #AC59DB Medium Orchid

📋 copy color: '#AC59DB'

red 172 ◦ green 89 ◦ blue 219

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

Shades of Medium Orchid #AC59DB

Tints of Medium Orchid #AC59DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 45.63%

R = 35.83%
G = 18.54%
B = 45.63%

CMYK

 C value IS 0.21

 M value IS 0.59

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AC59DB (or 0xAC59DB) is known color: Medium Orchid. HEX triplet: AC, 59 and DB. RGB value is (172,89,219). Sum of RGB (Red+Green+Blue) = 172+89+219=480 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.83% from 480); Green value is 89 (35.16% from 255 or 18.54% from 480); Blue value is 219 (85.94% from 255 or 45.62% from 480); Max value from RGB is 219 - color contains mainly: blue. Hex color #AC59DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC59DB is #53A624. Grayscale: #808080. Windows color (decimal): -5482021 or 14375340. OLE color: 14375340.

HSL color Cylindrical-coordinate representation of color #AC59DB: hue angle of 278.31º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AC59DB is Cyan = 0.21, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 172 89 219 -
CMYK 0.21 0.59 0 0.14
HSL 278.31º 0.64% 0.6% -
HSV(B) 278.31º 0.59% 0.86% -
XYZ 33.37 21.03 69.32 -
YUV 128.64 179 158.93 -
System Red Green Blue C M Y K H S L
Decimal 172 89 219 0.21 0.59 0 0.14 278.31 0.64 0.6
Hex AC 59 DB 15 3B 0 E 116 40 3C
Octal 254 131 333 25 73 0 16 426 100 74
Binary 10101100 1011001 11011011 10101 111011 0 1110 100010110 1000000 111100

Color Harmonies of #AC59DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC59DB

Black with #AC59DB

Text Example


Text Example

White with #AC59DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC59DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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