Html Css Color HEX #AC83FE Medium Purple

📋 copy color: '#AC83FE'

red 172 ◦ green 131 ◦ blue 254

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

Shades of Medium Purple #AC83FE

Tints of Medium Purple #AC83FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 45.6%

R = 30.88%
G = 23.52%
B = 45.6%

CMYK

 C value IS 0.32

 M value IS 0.48

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#AC83FE (or 0xAC83FE) is known color: Medium Purple. HEX triplet: AC, 83 and FE. RGB value is (172,131,254). Sum of RGB (Red+Green+Blue) = 172+131+254=557 (73% of max value = 765). Red value is 172 (67.58% from 255 or 30.88% from 557); Green value is 131 (51.56% from 255 or 23.52% from 557); Blue value is 254 (99.61% from 255 or 45.60% from 557); Max value from RGB is 254 - color contains mainly: blue. Hex color #AC83FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AC83FE is #537C01. Grayscale: #9C9C9C. Windows color (decimal): -5471234 or 16679852. OLE color: 16679852.

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

Color convert

RGB 172 131 254 -
CMYK 0.32 0.48 0 0.00
HSL 260º 0.98% 0.75% -
HSV(B) 260º 0.48% 1% -
XYZ 43.02 32.16 97.71 -
YUV 157.28 182.58 138.5 -
System Red Green Blue C M Y K H S L
Decimal 172 131 254 0.32 0.48 0 0.00 260 0.98 0.75
Hex AC 83 FE 20 30 0 0 104 62 4B
Octal 254 203 376 40 60 0 0 404 142 113
Binary 10101100 10000011 11111110 100000 110000 0 0 100000100 1100010 1001011

Color Harmonies of #AC83FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC83FE

Black with #AC83FE

Text Example


Text Example

White with #AC83FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC83FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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