Html Css Color HEX #AB47F8 Medium Orchid

📋 copy color: '#AB47F8'

red 171 ◦ green 71 ◦ blue 248

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

Shades of Medium Orchid #AB47F8

Tints of Medium Orchid #AB47F8

RGB

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

 GREEN value IS 71 (28.13% from 255) = 14.49%

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

R = 34.9%
G = 14.49%
B = 50.61%

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

#AB47F8 (or 0xAB47F8) is known color: Medium Orchid. HEX triplet: AB, 47 and F8. RGB value is (171,71,248). Sum of RGB (Red+Green+Blue) = 171+71+248=490 (64% of max value = 765). Red value is 171 (67.19% from 255 or 34.90% from 490); Green value is 71 (28.12% from 255 or 14.49% from 490); Blue value is 248 (97.27% from 255 or 50.61% from 490); Max value from RGB is 248 - color contains mainly: blue. Hex color #AB47F8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB47F8 is #54B807. Grayscale: #787878. Windows color (decimal): -5552136 or 16271275. OLE color: 16271275.

HSL color Cylindrical-coordinate representation of color #AB47F8: hue angle of 273.9º 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 #AB47F8 is Cyan = 0.31, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 171 71 248 -
CMYK 0.31 0.71 0 0.03
HSL 273.9º 0.93% 0.63% -
HSV(B) 273.9º 0.71% 0.97% -
XYZ 35.99 19.94 90.76 -
YUV 121.08 199.63 163.61 -
System Red Green Blue C M Y K H S L
Decimal 171 71 248 0.31 0.71 0 0.03 273.9 0.93 0.63
Hex AB 47 F8 1F 47 0 3 112 5D 3F
Octal 253 107 370 37 107 0 3 422 135 77
Binary 10101011 1000111 11111000 11111 1000111 0 11 100010010 1011101 111111

Color Harmonies of #AB47F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB47F8

Black with #AB47F8

Text Example


Text Example

White with #AB47F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB47F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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