Html Css Color HEX #AB76FE Medium Purple

📋 copy color: '#AB76FE'

red 171 ◦ green 118 ◦ blue 254

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

Shades of Medium Purple #AB76FE

Tints of Medium Purple #AB76FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 46.78%

R = 31.49%
G = 21.73%
B = 46.78%

CMYK

 C value IS 0.33

 M value IS 0.54

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#AB76FE (or 0xAB76FE) is known color: Medium Purple. HEX triplet: AB, 76 and FE. RGB value is (171,118,254). Sum of RGB (Red+Green+Blue) = 171+118+254=543 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.49% from 543); Green value is 118 (46.48% from 255 or 21.73% from 543); Blue value is 254 (99.61% from 255 or 46.78% from 543); Max value from RGB is 254 - color contains mainly: blue. Hex color #AB76FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB76FE is #548901. Grayscale: #949494. Windows color (decimal): -5540098 or 16676523. OLE color: 16676523.

HSL color Cylindrical-coordinate representation of color #AB76FE: hue angle of 263.38º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AB76FE is Cyan = 0.33, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 171 118 254 -
CMYK 0.33 0.54 0 0.00
HSL 263.38º 0.99% 0.73% -
HSV(B) 263.38º 0.54% 1% -
XYZ 41.16 28.77 97.15 -
YUV 149.35 187.06 143.44 -
System Red Green Blue C M Y K H S L
Decimal 171 118 254 0.33 0.54 0 0.00 263.38 0.99 0.73
Hex AB 76 FE 21 36 0 0 107 63 49
Octal 253 166 376 41 66 0 0 407 143 111
Binary 10101011 1110110 11111110 100001 110110 0 0 100000111 1100011 1001001

Color Harmonies of #AB76FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB76FE

Black with #AB76FE

Text Example


Text Example

White with #AB76FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB76FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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