Html Css Color HEX #AC7FFB Medium Purple

📋 copy color: '#AC7FFB'

red 172 ◦ green 127 ◦ blue 251

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

Shades of Medium Purple #AC7FFB

Tints of Medium Purple #AC7FFB

RGB

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

 GREEN value IS 127 (50% from 255) = 23.09%

 BLUE value IS 251 (98.44% from 255) = 45.64%

R = 31.27%
G = 23.09%
B = 45.64%

CMYK

 C value IS 0.31

 M value IS 0.49

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AC7FFB (or 0xAC7FFB) is known color: Medium Purple. HEX triplet: AC, 7F and FB. RGB value is (172,127,251). Sum of RGB (Red+Green+Blue) = 172+127+251=550 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.27% from 550); Green value is 127 (50% from 255 or 23.09% from 550); Blue value is 251 (98.44% from 255 or 45.64% from 550); Max value from RGB is 251 - color contains mainly: blue. Hex color #AC7FFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC7FFB is #538004. Grayscale: #9A9A9A. Windows color (decimal): -5472261 or 16482220. OLE color: 16482220.

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

Color convert

RGB 172 127 251 -
CMYK 0.31 0.49 0 0.02
HSL 261.77º 0.94% 0.74% -
HSV(B) 261.77º 0.49% 0.98% -
XYZ 42.02 30.91 95.02 -
YUV 154.59 182.41 140.42 -
System Red Green Blue C M Y K H S L
Decimal 172 127 251 0.31 0.49 0 0.02 261.77 0.94 0.74
Hex AC 7F FB 1F 31 0 2 106 5E 4A
Octal 254 177 373 37 61 0 2 406 136 112
Binary 10101100 1111111 11111011 11111 110001 0 10 100000110 1011110 1001010

Color Harmonies of #AC7FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7FFB

Black with #AC7FFB

Text Example


Text Example

White with #AC7FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7FFB; }

 p { color: rgb(172,127,251); }

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

background-color css

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

 a { background-color: rgb(172,127,251); }

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

border-color css

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

 span { border-color: rgb(172,127,251); }

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