Html Css Color HEX #AC71FF Medium Purple

📋 copy color: '#AC71FF'

red 172 ◦ green 113 ◦ blue 255

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

Shades of Medium Purple #AC71FF

Tints of Medium Purple #AC71FF

RGB

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

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

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

R = 31.85%
G = 20.93%
B = 47.22%

CMYK

 C value IS 0.33

 M value IS 0.56

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AC71FF (or 0xAC71FF) is known color: Medium Purple. HEX triplet: AC, 71 and FF. RGB value is (172,113,255). Sum of RGB (Red+Green+Blue) = 172+113+255=540 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.85% from 540); Green value is 113 (44.53% from 255 or 20.93% 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 #AC71FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC71FF is #538E00. Grayscale: #929292. Windows color (decimal): -5475841 or 16740780. OLE color: 16740780.

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

Color convert

RGB 172 113 255 -
CMYK 0.33 0.56 0 0
HSL 264.93º 1% 0.72% -
HSV(B) 264.93º 0.56% 1% -
XYZ 40.97 27.8 97.81 -
YUV 146.83 189.05 145.95 -
System Red Green Blue C M Y K H S L
Decimal 172 113 255 0.33 0.56 0 0 264.93 1 0.72
Hex AC 71 FF 21 38 0 0 109 64 48
Octal 254 161 377 41 70 0 0 411 144 110
Binary 10101100 1110001 11111111 100001 111000 0 0 100001001 1100100 1001000

Color Harmonies of #AC71FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC71FF

Black with #AC71FF

Text Example


Text Example

White with #AC71FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC71FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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