Html Css Color HEX #AC83F7 Medium Purple

📋 copy color: '#AC83F7'

red 172 ◦ green 131 ◦ blue 247

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

Shades of Medium Purple #AC83F7

Tints of Medium Purple #AC83F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 44.91%

R = 31.27%
G = 23.82%
B = 44.91%

CMYK

 C value IS 0.30

 M value IS 0.47

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#AC83F7 (or 0xAC83F7) is known color: Medium Purple. HEX triplet: AC, 83 and F7. RGB value is (172,131,247). Sum of RGB (Red+Green+Blue) = 172+131+247=550 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.27% from 550); Green value is 131 (51.56% from 255 or 23.82% from 550); Blue value is 247 (96.88% from 255 or 44.91% from 550); Max value from RGB is 247 - color contains mainly: blue. Hex color #AC83F7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AC83F7 is #537C08. Grayscale: #9C9C9C. Windows color (decimal): -5471241 or 16221100. OLE color: 16221100.

HSL color Cylindrical-coordinate representation of color #AC83F7: hue angle of 261.21º degrees, saturation: 0.88, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AC83F7 is Cyan = 0.30, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 172 131 247 -
CMYK 0.30 0.47 0 0.03
HSL 261.21º 0.88% 0.74% -
HSV(B) 261.21º 0.47% 0.97% -
XYZ 41.92 31.72 91.91 -
YUV 156.48 179.08 139.07 -
System Red Green Blue C M Y K H S L
Decimal 172 131 247 0.30 0.47 0 0.03 261.21 0.88 0.74
Hex AC 83 F7 1E 2F 0 3 105 58 4A
Octal 254 203 367 36 57 0 3 405 130 112
Binary 10101100 10000011 11110111 11110 101111 0 11 100000101 1011000 1001010

Color Harmonies of #AC83F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC83F7

Black with #AC83F7

Text Example


Text Example

White with #AC83F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC83F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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