Html Css Color HEX #AB72F0 Medium Purple

📋 copy color: '#AB72F0'

red 171 ◦ green 114 ◦ blue 240

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

Shades of Medium Purple #AB72F0

Tints of Medium Purple #AB72F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 45.71%

R = 32.57%
G = 21.71%
B = 45.71%

CMYK

 C value IS 0.29

 M value IS 0.52

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AB72F0 (or 0xAB72F0) is known color: Medium Purple. HEX triplet: AB, 72 and F0. RGB value is (171,114,240). Sum of RGB (Red+Green+Blue) = 171+114+240=525 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.57% from 525); Green value is 114 (44.92% from 255 or 21.71% from 525); Blue value is 240 (94.14% from 255 or 45.71% from 525); Max value from RGB is 240 - color contains mainly: blue. Hex color #AB72F0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB72F0 is #548D0F. Grayscale: #909090. Windows color (decimal): -5541136 or 15757995. OLE color: 15757995.

HSL color Cylindrical-coordinate representation of color #AB72F0: hue angle of 267.14º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AB72F0 is Cyan = 0.29, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 171 114 240 -
CMYK 0.29 0.52 0 0.06
HSL 267.14º 0.81% 0.69% -
HSV(B) 267.14º 0.53% 0.94% -
XYZ 38.54 26.98 85.62 -
YUV 145.41 181.38 146.25 -
System Red Green Blue C M Y K H S L
Decimal 171 114 240 0.29 0.52 0 0.06 267.14 0.81 0.69
Hex AB 72 F0 1D 34 0 6 10B 51 45
Octal 253 162 360 35 64 0 6 413 121 105
Binary 10101011 1110010 11110000 11101 110100 0 110 100001011 1010001 1000101

Color Harmonies of #AB72F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB72F0

Black with #AB72F0

Text Example


Text Example

White with #AB72F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB72F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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