Html Css Color HEX #AB49F8 Medium Orchid

📋 copy color: '#AB49F8'

red 171 ◦ green 73 ◦ blue 248

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

Shades of Medium Orchid #AB49F8

Tints of Medium Orchid #AB49F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 50.41%

R = 34.76%
G = 14.84%
B = 50.41%

CMYK

 C value IS 0.31

 M value IS 0.71

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#AB49F8 (or 0xAB49F8) is known color: Medium Orchid. HEX triplet: AB, 49 and F8. RGB value is (171,73,248). Sum of RGB (Red+Green+Blue) = 171+73+248=492 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.76% from 492); Green value is 73 (28.91% from 255 or 14.84% from 492); Blue value is 248 (97.27% from 255 or 50.41% from 492); Max value from RGB is 248 - color contains mainly: blue. Hex color #AB49F8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB49F8 is #54B607. Grayscale: #797979. Windows color (decimal): -5551624 or 16271787. OLE color: 16271787.

HSL color Cylindrical-coordinate representation of color #AB49F8: hue angle of 273.6º degrees, saturation: 0.93, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AB49F8 is Cyan = 0.31, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 171 73 248 -
CMYK 0.31 0.71 0 0.03
HSL 273.6º 0.93% 0.63% -
HSV(B) 273.6º 0.71% 0.97% -
XYZ 36.12 20.2 90.8 -
YUV 122.25 198.97 162.77 -
System Red Green Blue C M Y K H S L
Decimal 171 73 248 0.31 0.71 0 0.03 273.6 0.93 0.63
Hex AB 49 F8 1F 47 0 3 112 5D 3F
Octal 253 111 370 37 107 0 3 422 135 77
Binary 10101011 1001001 11111000 11111 1000111 0 11 100010010 1011101 111111

Color Harmonies of #AB49F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB49F8

Black with #AB49F8

Text Example


Text Example

White with #AB49F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB49F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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