Html Css Color HEX #AB49DA Medium Orchid

📋 copy color: '#AB49DA'

red 171 ◦ green 73 ◦ blue 218

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

Shades of Medium Orchid #AB49DA

Tints of Medium Orchid #AB49DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 47.19%

R = 37.01%
G = 15.8%
B = 47.19%

CMYK

 C value IS 0.22

 M value IS 0.67

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AB49DA (or 0xAB49DA) is known color: Medium Orchid. HEX triplet: AB, 49 and DA. RGB value is (171,73,218). Sum of RGB (Red+Green+Blue) = 171+73+218=462 (61% of max value = 765). Red value is 171 (67.19% from 255 or 37.01% from 462); Green value is 73 (28.91% from 255 or 15.80% from 462); Blue value is 218 (85.55% from 255 or 47.19% from 462); Max value from RGB is 218 - color contains mainly: blue. Hex color #AB49DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB49DA is #54B625. Grayscale: #767676. Windows color (decimal): -5551654 or 14305707. OLE color: 14305707.

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

Color convert

RGB 171 73 218 -
CMYK 0.22 0.67 0 0.15
HSL 280.55º 0.66% 0.57% -
HSV(B) 280.55º 0.67% 0.85% -
XYZ 31.83 18.48 68.22 -
YUV 118.83 183.97 165.21 -
System Red Green Blue C M Y K H S L
Decimal 171 73 218 0.22 0.67 0 0.15 280.55 0.66 0.57
Hex AB 49 DA 16 43 0 F 119 42 39
Octal 253 111 332 26 103 0 17 431 102 71
Binary 10101011 1001001 11011010 10110 1000011 0 1111 100011001 1000010 111001

Color Harmonies of #AB49DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB49DA

Black with #AB49DA

Text Example


Text Example

White with #AB49DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB49DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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