Html Css Color HEX #AB4EF1 Medium Orchid

📋 copy color: '#AB4EF1'

red 171 ◦ green 78 ◦ blue 241

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

Shades of Medium Orchid #AB4EF1

Tints of Medium Orchid #AB4EF1

RGB

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

 GREEN value IS 78 (30.86% from 255) = 15.92%

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

R = 34.9%
G = 15.92%
B = 49.18%

CMYK

 C value IS 0.29

 M value IS 0.68

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AB4EF1 (or 0xAB4EF1) is known color: Medium Orchid. HEX triplet: AB, 4E and F1. RGB value is (171,78,241). Sum of RGB (Red+Green+Blue) = 171+78+241=490 (64% of max value = 765). Red value is 171 (67.19% from 255 or 34.90% from 490); Green value is 78 (30.86% from 255 or 15.92% from 490); Blue value is 241 (94.53% from 255 or 49.18% from 490); Max value from RGB is 241 - color contains mainly: blue. Hex color #AB4EF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB4EF1 is #54B10E. Grayscale: #7B7B7B. Windows color (decimal): -5550351 or 15814315. OLE color: 15814315.

HSL color Cylindrical-coordinate representation of color #AB4EF1: hue angle of 274.23º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AB4EF1 is Cyan = 0.29, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 171 78 241 -
CMYK 0.29 0.68 0 0.05
HSL 274.23º 0.85% 0.63% -
HSV(B) 274.23º 0.68% 0.95% -
XYZ 35.4 20.46 85.3 -
YUV 124.39 193.81 161.25 -
System Red Green Blue C M Y K H S L
Decimal 171 78 241 0.29 0.68 0 0.05 274.23 0.85 0.63
Hex AB 4E F1 1D 44 0 5 112 55 3F
Octal 253 116 361 35 104 0 5 422 125 77
Binary 10101011 1001110 11110001 11101 1000100 0 101 100010010 1010101 111111

Color Harmonies of #AB4EF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4EF1

Black with #AB4EF1

Text Example


Text Example

White with #AB4EF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4EF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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