Html Css Color HEX #AB49F1 Medium Orchid

📋 copy color: '#AB49F1'

red 171 ◦ green 73 ◦ blue 241

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

Shades of Medium Orchid #AB49F1

Tints of Medium Orchid #AB49F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 49.69%

R = 35.26%
G = 15.05%
B = 49.69%

CMYK

 C value IS 0.29

 M value IS 0.70

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AB49F1 (or 0xAB49F1) is known color: Medium Orchid. HEX triplet: AB, 49 and F1. RGB value is (171,73,241). Sum of RGB (Red+Green+Blue) = 171+73+241=485 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.26% from 485); Green value is 73 (28.91% from 255 or 15.05% from 485); Blue value is 241 (94.53% from 255 or 49.69% from 485); Max value from RGB is 241 - color contains mainly: blue. Hex color #AB49F1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB49F1 is #54B60E. Grayscale: #787878. Windows color (decimal): -5551631 or 15813035. OLE color: 15813035.

HSL color Cylindrical-coordinate representation of color #AB49F1: hue angle of 275º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AB49F1 is Cyan = 0.29, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 171 73 241 -
CMYK 0.29 0.70 0 0.05
HSL 275º 0.86% 0.62% -
HSV(B) 275º 0.7% 0.95% -
XYZ 35.05 19.77 85.19 -
YUV 121.45 195.47 163.34 -
System Red Green Blue C M Y K H S L
Decimal 171 73 241 0.29 0.70 0 0.05 275 0.86 0.62
Hex AB 49 F1 1D 46 0 5 113 56 3E
Octal 253 111 361 35 106 0 5 423 126 76
Binary 10101011 1001001 11110001 11101 1000110 0 101 100010011 1010110 111110

Color Harmonies of #AB49F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB49F1

Black with #AB49F1

Text Example


Text Example

White with #AB49F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB49F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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