Html Css Color HEX #AC71EF Medium Purple

📋 copy color: '#AC71EF'

red 172 ◦ green 113 ◦ blue 239

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

Shades of Medium Purple #AC71EF

Tints of Medium Purple #AC71EF

RGB

 RED value IS 172 (67.58% from 255) = 32.82%

 GREEN value IS 113 (44.53% from 255) = 21.56%

 BLUE value IS 239 (93.75% from 255) = 45.61%

R = 32.82%
G = 21.56%
B = 45.61%

CMYK

 C value IS 0.28

 M value IS 0.53

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AC71EF (or 0xAC71EF) is known color: Medium Purple. HEX triplet: AC, 71 and EF. RGB value is (172,113,239). Sum of RGB (Red+Green+Blue) = 172+113+239=524 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.82% from 524); Green value is 113 (44.53% from 255 or 21.56% from 524); Blue value is 239 (93.75% from 255 or 45.61% from 524); Max value from RGB is 239 - color contains mainly: blue. Hex color #AC71EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC71EF is #538E10. Grayscale: #909090. Windows color (decimal): -5475857 or 15692204. OLE color: 15692204.

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

Color convert

RGB 172 113 239 -
CMYK 0.28 0.53 0 0.06
HSL 268.1º 0.8% 0.69% -
HSV(B) 268.1º 0.53% 0.94% -
XYZ 38.5 26.81 84.81 -
YUV 145.01 181.05 147.25 -
System Red Green Blue C M Y K H S L
Decimal 172 113 239 0.28 0.53 0 0.06 268.1 0.8 0.69
Hex AC 71 EF 1C 35 0 6 10C 50 45
Octal 254 161 357 34 65 0 6 414 120 105
Binary 10101100 1110001 11101111 11100 110101 0 110 100001100 1010000 1000101

Color Harmonies of #AC71EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC71EF

Black with #AC71EF

Text Example


Text Example

White with #AC71EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC71EF; }

 p { color: rgb(172,113,239); }

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

background-color css

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

 a { background-color: rgb(172,113,239); }

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

border-color css

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

 span { border-color: rgb(172,113,239); }

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