Html Css Color HEX #AB72FE Medium Purple

📋 copy color: '#AB72FE'

red 171 ◦ green 114 ◦ blue 254

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

Shades of Medium Purple #AB72FE

Tints of Medium Purple #AB72FE

RGB

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

 GREEN value IS 114 (44.92% from 255) = 21.15%

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

R = 31.73%
G = 21.15%
B = 47.12%

CMYK

 C value IS 0.33

 M value IS 0.55

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#AB72FE (or 0xAB72FE) is known color: Medium Purple. HEX triplet: AB, 72 and FE. RGB value is (171,114,254). Sum of RGB (Red+Green+Blue) = 171+114+254=539 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.73% from 539); Green value is 114 (44.92% from 255 or 21.15% from 539); Blue value is 254 (99.61% from 255 or 47.12% from 539); Max value from RGB is 254 - color contains mainly: blue. Hex color #AB72FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB72FE is #548D01. Grayscale: #929292. Windows color (decimal): -5541122 or 16675499. OLE color: 16675499.

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

Color convert

RGB 171 114 254 -
CMYK 0.33 0.55 0 0.00
HSL 264.43º 0.99% 0.72% -
HSV(B) 264.43º 0.55% 1% -
XYZ 40.7 27.85 97 -
YUV 147 188.38 145.12 -
System Red Green Blue C M Y K H S L
Decimal 171 114 254 0.33 0.55 0 0.00 264.43 0.99 0.72
Hex AB 72 FE 21 37 0 0 108 63 48
Octal 253 162 376 41 67 0 0 410 143 110
Binary 10101011 1110010 11111110 100001 110111 0 0 100001000 1100011 1001000

Color Harmonies of #AB72FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB72FE

Black with #AB72FE

Text Example


Text Example

White with #AB72FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB72FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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