Html Css Color HEX #AB49DB Medium Orchid

📋 copy color: '#AB49DB'

red 171 ◦ green 73 ◦ blue 219

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

Shades of Medium Orchid #AB49DB

Tints of Medium Orchid #AB49DB

RGB

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

 GREEN value IS 73 (28.91% from 255) = 15.77%

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

R = 36.93%
G = 15.77%
B = 47.3%

CMYK

 C value IS 0.22

 M value IS 0.67

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AB49DB (or 0xAB49DB) is known color: Medium Orchid. HEX triplet: AB, 49 and DB. RGB value is (171,73,219). Sum of RGB (Red+Green+Blue) = 171+73+219=463 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.93% from 463); Green value is 73 (28.91% from 255 or 15.77% from 463); Blue value is 219 (85.94% from 255 or 47.30% from 463); Max value from RGB is 219 - color contains mainly: blue. Hex color #AB49DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB49DB is #54B624. Grayscale: #767676. Windows color (decimal): -5551653 or 14371243. OLE color: 14371243.

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

Color convert

RGB 171 73 219 -
CMYK 0.22 0.67 0 0.14
HSL 280.27º 0.67% 0.57% -
HSV(B) 280.27º 0.67% 0.86% -
XYZ 31.96 18.54 68.91 -
YUV 118.95 184.47 165.13 -
System Red Green Blue C M Y K H S L
Decimal 171 73 219 0.22 0.67 0 0.14 280.27 0.67 0.57
Hex AB 49 DB 16 43 0 E 118 43 39
Octal 253 111 333 26 103 0 16 430 103 71
Binary 10101011 1001001 11011011 10110 1000011 0 1110 100011000 1000011 111001

Color Harmonies of #AB49DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB49DB

Black with #AB49DB

Text Example


Text Example

White with #AB49DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB49DB; }

 p { color: rgb(171,73,219); }

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

background-color css

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

 a { background-color: rgb(171,73,219); }

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

border-color css

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

 span { border-color: rgb(171,73,219); }

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