Html Css Color HEX #AC83F9 Medium Purple

📋 copy color: '#AC83F9'

red 172 ◦ green 131 ◦ blue 249

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

Shades of Medium Purple #AC83F9

Tints of Medium Purple #AC83F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 45.11%

R = 31.16%
G = 23.73%
B = 45.11%

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

#AC83F9 (or 0xAC83F9) is known color: Medium Purple. HEX triplet: AC, 83 and F9. RGB value is (172,131,249). Sum of RGB (Red+Green+Blue) = 172+131+249=552 (73% of max value = 765). Red value is 172 (67.58% from 255 or 31.16% from 552); Green value is 131 (51.56% from 255 or 23.73% from 552); Blue value is 249 (97.66% from 255 or 45.11% from 552); Max value from RGB is 249 - color contains mainly: blue. Hex color #AC83F9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AC83F9 is #537C06. Grayscale: #9C9C9C. Windows color (decimal): -5471239 or 16352172. OLE color: 16352172.

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

Color convert

RGB 172 131 249 -
CMYK 0.31 0.47 0 0.02
HSL 260.85º 0.91% 0.75% -
HSV(B) 260.85º 0.47% 0.98% -
XYZ 42.23 31.84 93.54 -
YUV 156.71 180.08 138.91 -
System Red Green Blue C M Y K H S L
Decimal 172 131 249 0.31 0.47 0 0.02 260.85 0.91 0.75
Hex AC 83 F9 1F 2F 0 2 105 5B 4B
Octal 254 203 371 37 57 0 2 405 133 113
Binary 10101100 10000011 11111001 11111 101111 0 10 100000101 1011011 1001011

Color Harmonies of #AC83F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC83F9

Black with #AC83F9

Text Example


Text Example

White with #AC83F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC83F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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