Html Css Color HEX #AC84FA Medium Purple

📋 copy color: '#AC84FA'

red 172 ◦ green 132 ◦ blue 250

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

Shades of Medium Purple #AC84FA

Tints of Medium Purple #AC84FA

RGB

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

 GREEN value IS 132 (51.95% from 255) = 23.83%

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

R = 31.05%
G = 23.83%
B = 45.13%

CMYK

 C value IS 0.31

 M value IS 0.47

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AC84FA (or 0xAC84FA) is known color: Medium Purple. HEX triplet: AC, 84 and FA. RGB value is (172,132,250). Sum of RGB (Red+Green+Blue) = 172+132+250=554 (73% of max value = 765). Red value is 172 (67.58% from 255 or 31.05% from 554); Green value is 132 (51.95% from 255 or 23.83% from 554); Blue value is 250 (98.05% from 255 or 45.13% from 554); Max value from RGB is 250 - color contains mainly: blue. Hex color #AC84FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AC84FA is #537B05. Grayscale: #9C9C9C. Windows color (decimal): -5470982 or 16417964. OLE color: 16417964.

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

Color convert

RGB 172 132 250 -
CMYK 0.31 0.47 0 0.02
HSL 260.34º 0.92% 0.75% -
HSV(B) 260.34º 0.47% 0.98% -
XYZ 42.52 32.18 94.41 -
YUV 157.41 180.25 138.41 -
System Red Green Blue C M Y K H S L
Decimal 172 132 250 0.31 0.47 0 0.02 260.34 0.92 0.75
Hex AC 84 FA 1F 2F 0 2 104 5C 4B
Octal 254 204 372 37 57 0 2 404 134 113
Binary 10101100 10000100 11111010 11111 101111 0 10 100000100 1011100 1001011

Color Harmonies of #AC84FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC84FA

Black with #AC84FA

Text Example


Text Example

White with #AC84FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC84FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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