Html Css Color HEX #AC84FC Medium Purple

📋 copy color: '#AC84FC'

red 172 ◦ green 132 ◦ blue 252

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

Shades of Medium Purple #AC84FC

Tints of Medium Purple #AC84FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 45.32%

R = 30.94%
G = 23.74%
B = 45.32%

CMYK

 C value IS 0.32

 M value IS 0.48

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AC84FC (or 0xAC84FC) is known color: Medium Purple. HEX triplet: AC, 84 and FC. RGB value is (172,132,252). Sum of RGB (Red+Green+Blue) = 172+132+252=556 (73% of max value = 765). Red value is 172 (67.58% from 255 or 30.94% from 556); Green value is 132 (51.95% from 255 or 23.74% from 556); Blue value is 252 (98.83% from 255 or 45.32% from 556); Max value from RGB is 252 - color contains mainly: blue. Hex color #AC84FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AC84FC is #537B03. Grayscale: #9D9D9D. Windows color (decimal): -5470980 or 16549036. OLE color: 16549036.

HSL color Cylindrical-coordinate representation of color #AC84FC: hue angle of 260º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AC84FC is Cyan = 0.32, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 172 132 252 -
CMYK 0.32 0.48 0 0.01
HSL 260º 0.95% 0.75% -
HSV(B) 260º 0.48% 0.99% -
XYZ 42.84 32.3 96.07 -
YUV 157.64 181.25 138.24 -
System Red Green Blue C M Y K H S L
Decimal 172 132 252 0.32 0.48 0 0.01 260 0.95 0.75
Hex AC 84 FC 20 30 0 1 104 5F 4B
Octal 254 204 374 40 60 0 1 404 137 113
Binary 10101100 10000100 11111100 100000 110000 0 1 100000100 1011111 1001011

Color Harmonies of #AC84FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC84FC

Black with #AC84FC

Text Example


Text Example

White with #AC84FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC84FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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