Html Css Color HEX #AB76F1 Medium Purple

📋 copy color: '#AB76F1'

red 171 ◦ green 118 ◦ blue 241

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

Shades of Medium Purple #AB76F1

Tints of Medium Purple #AB76F1

RGB

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

 GREEN value IS 118 (46.48% from 255) = 22.26%

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

R = 32.26%
G = 22.26%
B = 45.47%

CMYK

 C value IS 0.29

 M value IS 0.51

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AB76F1 (or 0xAB76F1) is known color: Medium Purple. HEX triplet: AB, 76 and F1. RGB value is (171,118,241). Sum of RGB (Red+Green+Blue) = 171+118+241=530 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.26% from 530); Green value is 118 (46.48% from 255 or 22.26% from 530); Blue value is 241 (94.53% from 255 or 45.47% from 530); Max value from RGB is 241 - color contains mainly: blue. Hex color #AB76F1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB76F1 is #54890E. Grayscale: #939393. Windows color (decimal): -5540111 or 15824555. OLE color: 15824555.

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

Color convert

RGB 171 118 241 -
CMYK 0.29 0.51 0 0.05
HSL 265.85º 0.81% 0.7% -
HSV(B) 265.85º 0.51% 0.95% -
XYZ 39.15 27.97 86.55 -
YUV 147.87 180.56 144.5 -
System Red Green Blue C M Y K H S L
Decimal 171 118 241 0.29 0.51 0 0.05 265.85 0.81 0.7
Hex AB 76 F1 1D 33 0 5 10A 51 46
Octal 253 166 361 35 63 0 5 412 121 106
Binary 10101011 1110110 11110001 11101 110011 0 101 100001010 1010001 1000110

Color Harmonies of #AB76F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB76F1

Black with #AB76F1

Text Example


Text Example

White with #AB76F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB76F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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