Html Css Color HEX #AB72FA Medium Purple

📋 copy color: '#AB72FA'

red 171 ◦ green 114 ◦ blue 250

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

Shades of Medium Purple #AB72FA

Tints of Medium Purple #AB72FA

RGB

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

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

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

R = 31.96%
G = 21.31%
B = 46.73%

CMYK

 C value IS 0.32

 M value IS 0.54

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AB72FA (or 0xAB72FA) is known color: Medium Purple. HEX triplet: AB, 72 and FA. RGB value is (171,114,250). Sum of RGB (Red+Green+Blue) = 171+114+250=535 (70% of max value = 765). Red value is 171 (67.19% from 255 or 31.96% from 535); Green value is 114 (44.92% from 255 or 21.31% from 535); Blue value is 250 (98.05% from 255 or 46.73% from 535); Max value from RGB is 250 - color contains mainly: blue. Hex color #AB72FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB72FA is #548D05. Grayscale: #929292. Windows color (decimal): -5541126 or 16413355. OLE color: 16413355.

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

Color convert

RGB 171 114 250 -
CMYK 0.32 0.54 0 0.02
HSL 265.15º 0.93% 0.71% -
HSV(B) 265.15º 0.54% 0.98% -
XYZ 40.07 27.59 93.66 -
YUV 146.55 186.38 145.44 -
System Red Green Blue C M Y K H S L
Decimal 171 114 250 0.32 0.54 0 0.02 265.15 0.93 0.71
Hex AB 72 FA 20 36 0 2 109 5D 47
Octal 253 162 372 40 66 0 2 411 135 107
Binary 10101011 1110010 11111010 100000 110110 0 10 100001001 1011101 1000111

Color Harmonies of #AB72FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB72FA

Black with #AB72FA

Text Example


Text Example

White with #AB72FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB72FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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