Html Css Color HEX #AC83FA Medium Purple

📋 copy color: '#AC83FA'

red 172 ◦ green 131 ◦ blue 250

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

Shades of Medium Purple #AC83FA

Tints of Medium Purple #AC83FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 45.21%

R = 31.1%
G = 23.69%
B = 45.21%

CMYK

 C value IS 0.31

 M value IS 0.48

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AC83FA (or 0xAC83FA) is known color: Medium Purple. HEX triplet: AC, 83 and FA. RGB value is (172,131,250). Sum of RGB (Red+Green+Blue) = 172+131+250=553 (73% of max value = 765). Red value is 172 (67.58% from 255 or 31.10% from 553); Green value is 131 (51.56% from 255 or 23.69% from 553); Blue value is 250 (98.05% from 255 or 45.21% from 553); Max value from RGB is 250 - color contains mainly: blue. Hex color #AC83FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AC83FA is #537C05. Grayscale: #9C9C9C. Windows color (decimal): -5471238 or 16417708. OLE color: 16417708.

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

Color convert

RGB 172 131 250 -
CMYK 0.31 0.48 0 0.02
HSL 260.67º 0.92% 0.75% -
HSV(B) 260.67º 0.48% 0.98% -
XYZ 42.38 31.91 94.37 -
YUV 156.83 180.58 138.82 -
System Red Green Blue C M Y K H S L
Decimal 172 131 250 0.31 0.48 0 0.02 260.67 0.92 0.75
Hex AC 83 FA 1F 30 0 2 105 5C 4B
Octal 254 203 372 37 60 0 2 405 134 113
Binary 10101100 10000011 11111010 11111 110000 0 10 100000101 1011100 1001011

Color Harmonies of #AC83FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC83FA

Black with #AC83FA

Text Example


Text Example

White with #AC83FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC83FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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