Html Css Color HEX #AC84FB Medium Purple

📋 copy color: '#AC84FB'

red 172 ◦ green 132 ◦ blue 251

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

Shades of Medium Purple #AC84FB

Tints of Medium Purple #AC84FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 45.23%

R = 30.99%
G = 23.78%
B = 45.23%

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

#AC84FB (or 0xAC84FB) is known color: Medium Purple. HEX triplet: AC, 84 and FB. RGB value is (172,132,251). Sum of RGB (Red+Green+Blue) = 172+132+251=555 (73% of max value = 765). Red value is 172 (67.58% from 255 or 30.99% from 555); Green value is 132 (51.95% from 255 or 23.78% from 555); Blue value is 251 (98.44% from 255 or 45.23% from 555); Max value from RGB is 251 - color contains mainly: blue. Hex color #AC84FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AC84FB is #537B04. Grayscale: #9D9D9D. Windows color (decimal): -5470981 or 16483500. OLE color: 16483500.

HSL color Cylindrical-coordinate representation of color #AC84FB: hue angle of 260.17º degrees, saturation: 0.94, 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 #AC84FB is Cyan = 0.31, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 172 132 251 -
CMYK 0.31 0.47 0 0.02
HSL 260.17º 0.94% 0.75% -
HSV(B) 260.17º 0.47% 0.98% -
XYZ 42.68 32.24 95.24 -
YUV 157.53 180.75 138.32 -
System Red Green Blue C M Y K H S L
Decimal 172 132 251 0.31 0.47 0 0.02 260.17 0.94 0.75
Hex AC 84 FB 1F 2F 0 2 104 5E 4B
Octal 254 204 373 37 57 0 2 404 136 113
Binary 10101100 10000100 11111011 11111 101111 0 10 100000100 1011110 1001011

Color Harmonies of #AC84FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC84FB

Black with #AC84FB

Text Example


Text Example

White with #AC84FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC84FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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