Html Css Color HEX #AC81F6 Medium Purple

📋 copy color: '#AC81F6'

red 172 ◦ green 129 ◦ blue 246

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

Shades of Medium Purple #AC81F6

Tints of Medium Purple #AC81F6

RGB

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

 GREEN value IS 129 (50.78% from 255) = 23.58%

 BLUE value IS 246 (96.48% from 255) = 44.97%

R = 31.44%
G = 23.58%
B = 44.97%

CMYK

 C value IS 0.30

 M value IS 0.48

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#AC81F6 (or 0xAC81F6) is known color: Medium Purple. HEX triplet: AC, 81 and F6. RGB value is (172,129,246). Sum of RGB (Red+Green+Blue) = 172+129+246=547 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.44% from 547); Green value is 129 (50.78% from 255 or 23.58% from 547); Blue value is 246 (96.48% from 255 or 44.97% from 547); Max value from RGB is 246 - color contains mainly: blue. Hex color #AC81F6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AC81F6 is #537E09. Grayscale: #9A9A9A. Windows color (decimal): -5471754 or 16155052. OLE color: 16155052.

HSL color Cylindrical-coordinate representation of color #AC81F6: hue angle of 262.05º degrees, saturation: 0.87, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AC81F6 is Cyan = 0.30, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 172 129 246 -
CMYK 0.30 0.48 0 0.04
HSL 262.05º 0.87% 0.74% -
HSV(B) 262.05º 0.48% 0.96% -
XYZ 41.5 31.12 91.01 -
YUV 155.2 179.25 139.99 -
System Red Green Blue C M Y K H S L
Decimal 172 129 246 0.30 0.48 0 0.04 262.05 0.87 0.74
Hex AC 81 F6 1E 30 0 4 106 57 4A
Octal 254 201 366 36 60 0 4 406 127 112
Binary 10101100 10000001 11110110 11110 110000 0 100 100000110 1010111 1001010

Color Harmonies of #AC81F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC81F6

Black with #AC81F6

Text Example


Text Example

White with #AC81F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC81F6; }

 p { color: rgb(172,129,246); }

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

background-color css

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

 a { background-color: rgb(172,129,246); }

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

border-color css

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

 span { border-color: rgb(172,129,246); }

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