Html Css Color HEX #AB59DC Medium Orchid

📋 copy color: '#AB59DC'

red 171 ◦ green 89 ◦ blue 220

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

Shades of Medium Orchid #AB59DC

Tints of Medium Orchid #AB59DC

RGB

 RED value IS 171 (67.19% from 255) = 35.63%

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

 BLUE value IS 220 (86.33% from 255) = 45.83%

R = 35.63%
G = 18.54%
B = 45.83%

CMYK

 C value IS 0.22

 M value IS 0.60

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AB59DC (or 0xAB59DC) is known color: Medium Orchid. HEX triplet: AB, 59 and DC. RGB value is (171,89,220). Sum of RGB (Red+Green+Blue) = 171+89+220=480 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.62% from 480); Green value is 89 (35.16% from 255 or 18.54% from 480); Blue value is 220 (86.33% from 255 or 45.83% from 480); Max value from RGB is 220 - color contains mainly: blue. Hex color #AB59DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB59DC is #54A623. Grayscale: #808080. Windows color (decimal): -5547556 or 14440875. OLE color: 14440875.

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

Color convert

RGB 171 89 220 -
CMYK 0.22 0.60 0 0.14
HSL 277.56º 0.65% 0.61% -
HSV(B) 277.56º 0.6% 0.86% -
XYZ 33.29 20.97 70 -
YUV 128.45 179.67 158.35 -
System Red Green Blue C M Y K H S L
Decimal 171 89 220 0.22 0.60 0 0.14 277.56 0.65 0.61
Hex AB 59 DC 16 3C 0 E 116 41 3D
Octal 253 131 334 26 74 0 16 426 101 75
Binary 10101011 1011001 11011100 10110 111100 0 1110 100010110 1000001 111101

Color Harmonies of #AB59DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB59DC

Black with #AB59DC

Text Example


Text Example

White with #AB59DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB59DC; }

 p { color: rgb(171,89,220); }

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

background-color css

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

 a { background-color: rgb(171,89,220); }

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

border-color css

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

 span { border-color: rgb(171,89,220); }

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