Html Css Color HEX #AC7FE8 Medium Purple

📋 copy color: '#AC7FE8'

red 172 ◦ green 127 ◦ blue 232

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

Shades of Medium Purple #AC7FE8

Tints of Medium Purple #AC7FE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 43.69%

R = 32.39%
G = 23.92%
B = 43.69%

CMYK

 C value IS 0.26

 M value IS 0.45

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#AC7FE8 (or 0xAC7FE8) is known color: Medium Purple. HEX triplet: AC, 7F and E8. RGB value is (172,127,232). Sum of RGB (Red+Green+Blue) = 172+127+232=531 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.39% from 531); Green value is 127 (50% from 255 or 23.92% from 531); Blue value is 232 (91.02% from 255 or 43.69% from 531); Max value from RGB is 232 - color contains mainly: blue. Hex color #AC7FE8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC7FE8 is #538017. Grayscale: #989898. Windows color (decimal): -5472280 or 15237036. OLE color: 15237036.

HSL color Cylindrical-coordinate representation of color #AC7FE8: hue angle of 265.71º degrees, saturation: 0.7, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AC7FE8 is Cyan = 0.26, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 172 127 232 -
CMYK 0.26 0.45 0 0.09
HSL 265.71º 0.7% 0.7% -
HSV(B) 265.71º 0.45% 0.91% -
XYZ 39.17 29.78 80.03 -
YUV 152.43 172.91 141.96 -
System Red Green Blue C M Y K H S L
Decimal 172 127 232 0.26 0.45 0 0.09 265.71 0.7 0.7
Hex AC 7F E8 1A 2D 0 9 10A 46 46
Octal 254 177 350 32 55 0 11 412 106 106
Binary 10101100 1111111 11101000 11010 101101 0 1001 100001010 1000110 1000110

Color Harmonies of #AC7FE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7FE8

Black with #AC7FE8

Text Example


Text Example

White with #AC7FE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7FE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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