Html Css Color HEX #AC83FC Medium Purple

📋 copy color: '#AC83FC'

red 172 ◦ green 131 ◦ blue 252

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

Shades of Medium Purple #AC83FC

Tints of Medium Purple #AC83FC

RGB

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

 GREEN value IS 131 (51.56% from 255) = 23.6%

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

R = 30.99%
G = 23.6%
B = 45.41%

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

#AC83FC (or 0xAC83FC) is known color: Medium Purple. HEX triplet: AC, 83 and FC. RGB value is (172,131,252). Sum of RGB (Red+Green+Blue) = 172+131+252=555 (73% of max value = 765). Red value is 172 (67.58% from 255 or 30.99% from 555); Green value is 131 (51.56% from 255 or 23.60% from 555); Blue value is 252 (98.83% from 255 or 45.41% from 555); Max value from RGB is 252 - color contains mainly: blue. Hex color #AC83FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AC83FC is #537C03. Grayscale: #9C9C9C. Windows color (decimal): -5471236 or 16548780. OLE color: 16548780.

HSL color Cylindrical-coordinate representation of color #AC83FC: hue angle of 260.33º 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 #AC83FC is Cyan = 0.32, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 172 131 252 -
CMYK 0.32 0.48 0 0.01
HSL 260.33º 0.95% 0.75% -
HSV(B) 260.33º 0.48% 0.99% -
XYZ 42.7 32.03 96.03 -
YUV 157.05 181.58 138.66 -
System Red Green Blue C M Y K H S L
Decimal 172 131 252 0.32 0.48 0 0.01 260.33 0.95 0.75
Hex AC 83 FC 20 30 0 1 104 5F 4B
Octal 254 203 374 40 60 0 1 404 137 113
Binary 10101100 10000011 11111100 100000 110000 0 1 100000100 1011111 1001011

Color Harmonies of #AC83FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC83FC

Black with #AC83FC

Text Example


Text Example

White with #AC83FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC83FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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