Html Css Color HEX #AC81FA Medium Purple

📋 copy color: '#AC81FA'

red 172 ◦ green 129 ◦ blue 250

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

Shades of Medium Purple #AC81FA

Tints of Medium Purple #AC81FA

RGB

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

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

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

R = 31.22%
G = 23.41%
B = 45.37%

CMYK

 C value IS 0.31

 M value IS 0.48

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AC81FA (or 0xAC81FA) is known color: Medium Purple. HEX triplet: AC, 81 and FA. RGB value is (172,129,250). Sum of RGB (Red+Green+Blue) = 172+129+250=551 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.22% from 551); Green value is 129 (50.78% from 255 or 23.41% from 551); Blue value is 250 (98.05% from 255 or 45.37% from 551); Max value from RGB is 250 - color contains mainly: blue. Hex color #AC81FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AC81FA is #537E05. Grayscale: #9B9B9B. Windows color (decimal): -5471750 or 16417196. OLE color: 16417196.

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

Color convert

RGB 172 129 250 -
CMYK 0.31 0.48 0 0.02
HSL 261.32º 0.92% 0.74% -
HSV(B) 261.32º 0.48% 0.98% -
XYZ 42.12 31.37 94.28 -
YUV 155.65 181.25 139.66 -
System Red Green Blue C M Y K H S L
Decimal 172 129 250 0.31 0.48 0 0.02 261.32 0.92 0.74
Hex AC 81 FA 1F 30 0 2 105 5C 4A
Octal 254 201 372 37 60 0 2 405 134 112
Binary 10101100 10000001 11111010 11111 110000 0 10 100000101 1011100 1001010

Color Harmonies of #AC81FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC81FA

Black with #AC81FA

Text Example


Text Example

White with #AC81FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC81FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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