Html Css Color HEX #AC71FA Medium Purple

📋 copy color: '#AC71FA'

red 172 ◦ green 113 ◦ blue 250

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

Shades of Medium Purple #AC71FA

Tints of Medium Purple #AC71FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 46.73%

R = 32.15%
G = 21.12%
B = 46.73%

CMYK

 C value IS 0.31

 M value IS 0.55

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AC71FA (or 0xAC71FA) is known color: Medium Purple. HEX triplet: AC, 71 and FA. RGB value is (172,113,250). Sum of RGB (Red+Green+Blue) = 172+113+250=535 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.15% from 535); Green value is 113 (44.53% from 255 or 21.12% from 535); Blue value is 250 (98.05% from 255 or 46.73% from 535); Max value from RGB is 250 - color contains mainly: blue. Hex color #AC71FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC71FA is #538E05. Grayscale: #919191. Windows color (decimal): -5475846 or 16413100. OLE color: 16413100.

HSL color Cylindrical-coordinate representation of color #AC71FA: hue angle of 265.84º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AC71FA is Cyan = 0.31, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 172 113 250 -
CMYK 0.31 0.55 0 0.02
HSL 265.84º 0.93% 0.71% -
HSV(B) 265.84º 0.55% 0.98% -
XYZ 40.17 27.48 93.63 -
YUV 146.26 186.55 146.36 -
System Red Green Blue C M Y K H S L
Decimal 172 113 250 0.31 0.55 0 0.02 265.84 0.93 0.71
Hex AC 71 FA 1F 37 0 2 10A 5D 47
Octal 254 161 372 37 67 0 2 412 135 107
Binary 10101100 1110001 11111010 11111 110111 0 10 100001010 1011101 1000111

Color Harmonies of #AC71FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC71FA

Black with #AC71FA

Text Example


Text Example

White with #AC71FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC71FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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