Html Css Color HEX #AB72FF Medium Purple

📋 copy color: '#AB72FF'

red 171 ◦ green 114 ◦ blue 255

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

Shades of Medium Purple #AB72FF

Tints of Medium Purple #AB72FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 47.22%

R = 31.67%
G = 21.11%
B = 47.22%

CMYK

 C value IS 0.33

 M value IS 0.55

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AB72FF (or 0xAB72FF) is known color: Medium Purple. HEX triplet: AB, 72 and FF. RGB value is (171,114,255). Sum of RGB (Red+Green+Blue) = 171+114+255=540 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.67% from 540); Green value is 114 (44.92% from 255 or 21.11% from 540); Blue value is 255 (100% from 255 or 47.22% from 540); Max value from RGB is 255 - color contains mainly: blue. Hex color #AB72FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB72FF is #548D00. Grayscale: #929292. Windows color (decimal): -5541121 or 16741035. OLE color: 16741035.

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

Color convert

RGB 171 114 255 -
CMYK 0.33 0.55 0 0
HSL 264.26º 1% 0.72% -
HSV(B) 264.26º 0.55% 1% -
XYZ 40.86 27.91 97.84 -
YUV 147.12 188.88 145.04 -
System Red Green Blue C M Y K H S L
Decimal 171 114 255 0.33 0.55 0 0 264.26 1 0.72
Hex AB 72 FF 21 37 0 0 108 64 48
Octal 253 162 377 41 67 0 0 410 144 110
Binary 10101011 1110010 11111111 100001 110111 0 0 100001000 1100100 1001000

Color Harmonies of #AB72FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB72FF

Black with #AB72FF

Text Example


Text Example

White with #AB72FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB72FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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