Html Css Color HEX #AC7BFA Medium Purple

📋 copy color: '#AC7BFA'

red 172 ◦ green 123 ◦ blue 250

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

Shades of Medium Purple #AC7BFA

Tints of Medium Purple #AC7BFA

RGB

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

 GREEN value IS 123 (48.44% from 255) = 22.57%

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

R = 31.56%
G = 22.57%
B = 45.87%

CMYK

 C value IS 0.31

 M value IS 0.51

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AC7BFA (or 0xAC7BFA) is known color: Medium Purple. HEX triplet: AC, 7B and FA. RGB value is (172,123,250). Sum of RGB (Red+Green+Blue) = 172+123+250=545 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.56% from 545); Green value is 123 (48.44% from 255 or 22.57% from 545); Blue value is 250 (98.05% from 255 or 45.87% from 545); Max value from RGB is 250 - color contains mainly: blue. Hex color #AC7BFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC7BFA is #538405. Grayscale: #979797. Windows color (decimal): -5473286 or 16415660. OLE color: 16415660.

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

Color convert

RGB 172 123 250 -
CMYK 0.31 0.51 0 0.02
HSL 263.15º 0.93% 0.73% -
HSV(B) 263.15º 0.51% 0.98% -
XYZ 41.35 29.84 94.02 -
YUV 152.13 183.23 142.17 -
System Red Green Blue C M Y K H S L
Decimal 172 123 250 0.31 0.51 0 0.02 263.15 0.93 0.73
Hex AC 7B FA 1F 33 0 2 107 5D 49
Octal 254 173 372 37 63 0 2 407 135 111
Binary 10101100 1111011 11111010 11111 110011 0 10 100000111 1011101 1001001

Color Harmonies of #AC7BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7BFA

Black with #AC7BFA

Text Example


Text Example

White with #AC7BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7BFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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