Html Css Color HEX #AB78FA Medium Purple

📋 copy color: '#AB78FA'

red 171 ◦ green 120 ◦ blue 250

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

Shades of Medium Purple #AB78FA

Tints of Medium Purple #AB78FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 46.21%

R = 31.61%
G = 22.18%
B = 46.21%

CMYK

 C value IS 0.32

 M value IS 0.52

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AB78FA (or 0xAB78FA) is known color: Medium Purple. HEX triplet: AB, 78 and FA. RGB value is (171,120,250). Sum of RGB (Red+Green+Blue) = 171+120+250=541 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.61% from 541); Green value is 120 (47.27% from 255 or 22.18% from 541); Blue value is 250 (98.05% from 255 or 46.21% from 541); Max value from RGB is 250 - color contains mainly: blue. Hex color #AB78FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB78FA is #548705. Grayscale: #959595. Windows color (decimal): -5539590 or 16414891. OLE color: 16414891.

HSL color Cylindrical-coordinate representation of color #AB78FA: hue angle of 263.54º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AB78FA is Cyan = 0.32, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 171 120 250 -
CMYK 0.32 0.52 0 0.02
HSL 263.54º 0.93% 0.73% -
HSV(B) 263.54º 0.52% 0.98% -
XYZ 40.77 28.99 93.89 -
YUV 150.07 184.4 142.93 -
System Red Green Blue C M Y K H S L
Decimal 171 120 250 0.32 0.52 0 0.02 263.54 0.93 0.73
Hex AB 78 FA 20 34 0 2 108 5D 49
Octal 253 170 372 40 64 0 2 410 135 111
Binary 10101011 1111000 11111010 100000 110100 0 10 100001000 1011101 1001001

Color Harmonies of #AB78FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB78FA

Black with #AB78FA

Text Example


Text Example

White with #AB78FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB78FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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