Html Css Color HEX #AB78FE Medium Purple

📋 copy color: '#AB78FE'

red 171 ◦ green 120 ◦ blue 254

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

Shades of Medium Purple #AB78FE

Tints of Medium Purple #AB78FE

RGB

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

 GREEN value IS 120 (47.27% from 255) = 22.02%

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

R = 31.38%
G = 22.02%
B = 46.61%

CMYK

 C value IS 0.33

 M value IS 0.53

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#AB78FE (or 0xAB78FE) is known color: Medium Purple. HEX triplet: AB, 78 and FE. RGB value is (171,120,254). Sum of RGB (Red+Green+Blue) = 171+120+254=545 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.38% from 545); Green value is 120 (47.27% from 255 or 22.02% from 545); Blue value is 254 (99.61% from 255 or 46.61% from 545); Max value from RGB is 254 - color contains mainly: blue. Hex color #AB78FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB78FE is #548701. Grayscale: #969696. Windows color (decimal): -5539586 or 16677035. OLE color: 16677035.

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

Color convert

RGB 171 120 254 -
CMYK 0.33 0.53 0 0.00
HSL 262.84º 0.99% 0.73% -
HSV(B) 262.84º 0.53% 1% -
XYZ 41.4 29.25 97.23 -
YUV 150.53 186.4 142.6 -
System Red Green Blue C M Y K H S L
Decimal 171 120 254 0.33 0.53 0 0.00 262.84 0.99 0.73
Hex AB 78 FE 21 35 0 0 107 63 49
Octal 253 170 376 41 65 0 0 407 143 111
Binary 10101011 1111000 11111110 100001 110101 0 0 100000111 1100011 1001001

Color Harmonies of #AB78FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB78FE

Black with #AB78FE

Text Example


Text Example

White with #AB78FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB78FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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