Html Css Color HEX #AB76F0 Medium Purple

📋 copy color: '#AB76F0'

red 171 ◦ green 118 ◦ blue 240

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

Shades of Medium Purple #AB76F0

Tints of Medium Purple #AB76F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 45.37%

R = 32.33%
G = 22.31%
B = 45.37%

CMYK

 C value IS 0.29

 M value IS 0.51

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AB76F0 (or 0xAB76F0) is known color: Medium Purple. HEX triplet: AB, 76 and F0. RGB value is (171,118,240). Sum of RGB (Red+Green+Blue) = 171+118+240=529 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.33% from 529); Green value is 118 (46.48% from 255 or 22.31% from 529); Blue value is 240 (94.14% from 255 or 45.37% from 529); Max value from RGB is 240 - color contains mainly: blue. Hex color #AB76F0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB76F0 is #54890F. Grayscale: #939393. Windows color (decimal): -5540112 or 15759019. OLE color: 15759019.

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

Color convert

RGB 171 118 240 -
CMYK 0.29 0.51 0 0.06
HSL 266.07º 0.8% 0.7% -
HSV(B) 266.07º 0.51% 0.94% -
XYZ 39 27.91 85.77 -
YUV 147.76 180.06 144.58 -
System Red Green Blue C M Y K H S L
Decimal 171 118 240 0.29 0.51 0 0.06 266.07 0.8 0.7
Hex AB 76 F0 1D 33 0 6 10A 50 46
Octal 253 166 360 35 63 0 6 412 120 106
Binary 10101011 1110110 11110000 11101 110011 0 110 100001010 1010000 1000110

Color Harmonies of #AB76F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB76F0

Black with #AB76F0

Text Example


Text Example

White with #AB76F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB76F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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