Html Css Color HEX #AB47FC Medium Orchid

📋 copy color: '#AB47FC'

red 171 ◦ green 71 ◦ blue 252

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

Shades of Medium Orchid #AB47FC

Tints of Medium Orchid #AB47FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 51.01%

R = 34.62%
G = 14.37%
B = 51.01%

CMYK

 C value IS 0.32

 M value IS 0.72

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AB47FC (or 0xAB47FC) is known color: Medium Orchid. HEX triplet: AB, 47 and FC. RGB value is (171,71,252). Sum of RGB (Red+Green+Blue) = 171+71+252=494 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.62% from 494); Green value is 71 (28.12% from 255 or 14.37% from 494); Blue value is 252 (98.83% from 255 or 51.01% from 494); Max value from RGB is 252 - color contains mainly: blue. Hex color #AB47FC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB47FC is #54B803. Grayscale: #787878. Windows color (decimal): -5552132 or 16533419. OLE color: 16533419.

HSL color Cylindrical-coordinate representation of color #AB47FC: hue angle of 273.15º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AB47FC is Cyan = 0.32, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 171 71 252 -
CMYK 0.32 0.72 0 0.01
HSL 273.15º 0.97% 0.63% -
HSV(B) 273.15º 0.72% 0.99% -
XYZ 36.62 20.19 94.06 -
YUV 121.53 201.63 163.28 -
System Red Green Blue C M Y K H S L
Decimal 171 71 252 0.32 0.72 0 0.01 273.15 0.97 0.63
Hex AB 47 FC 20 48 0 1 111 61 3F
Octal 253 107 374 40 110 0 1 421 141 77
Binary 10101011 1000111 11111100 100000 1001000 0 1 100010001 1100001 111111

Color Harmonies of #AB47FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB47FC

Black with #AB47FC

Text Example


Text Example

White with #AB47FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB47FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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