Html Css Color HEX #AB72F2 Medium Purple

📋 copy color: '#AB72F2'

red 171 ◦ green 114 ◦ blue 242

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

Shades of Medium Purple #AB72F2

Tints of Medium Purple #AB72F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 45.92%

R = 32.45%
G = 21.63%
B = 45.92%

CMYK

 C value IS 0.29

 M value IS 0.53

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AB72F2 (or 0xAB72F2) is known color: Medium Purple. HEX triplet: AB, 72 and F2. RGB value is (171,114,242). Sum of RGB (Red+Green+Blue) = 171+114+242=527 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.45% from 527); Green value is 114 (44.92% from 255 or 21.63% from 527); Blue value is 242 (94.92% from 255 or 45.92% from 527); Max value from RGB is 242 - color contains mainly: blue. Hex color #AB72F2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB72F2 is #548D0D. Grayscale: #919191. Windows color (decimal): -5541134 or 15889067. OLE color: 15889067.

HSL color Cylindrical-coordinate representation of color #AB72F2: hue angle of 266.72º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AB72F2 is Cyan = 0.29, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 171 114 242 -
CMYK 0.29 0.53 0 0.05
HSL 266.72º 0.83% 0.7% -
HSV(B) 266.72º 0.53% 0.95% -
XYZ 38.84 27.1 87.19 -
YUV 145.64 182.38 146.09 -
System Red Green Blue C M Y K H S L
Decimal 171 114 242 0.29 0.53 0 0.05 266.72 0.83 0.7
Hex AB 72 F2 1D 35 0 5 10B 53 46
Octal 253 162 362 35 65 0 5 413 123 106
Binary 10101011 1110010 11110010 11101 110101 0 101 100001011 1010011 1000110

Color Harmonies of #AB72F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB72F2

Black with #AB72F2

Text Example


Text Example

White with #AB72F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB72F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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