Html Css Color HEX #AC7FE6 Medium Purple

📋 copy color: '#AC7FE6'

red 172 ◦ green 127 ◦ blue 230

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

Shades of Medium Purple #AC7FE6

Tints of Medium Purple #AC7FE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 43.48%

R = 32.51%
G = 24.01%
B = 43.48%

CMYK

 C value IS 0.25

 M value IS 0.45

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#AC7FE6 (or 0xAC7FE6) is known color: Medium Purple. HEX triplet: AC, 7F and E6. RGB value is (172,127,230). Sum of RGB (Red+Green+Blue) = 172+127+230=529 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.51% from 529); Green value is 127 (50% from 255 or 24.01% from 529); Blue value is 230 (90.23% from 255 or 43.48% from 529); Max value from RGB is 230 - color contains mainly: blue. Hex color #AC7FE6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC7FE6 is #538019. Grayscale: #979797. Windows color (decimal): -5472282 or 15105964. OLE color: 15105964.

HSL color Cylindrical-coordinate representation of color #AC7FE6: hue angle of 266.21º degrees, saturation: 0.67, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AC7FE6 is Cyan = 0.25, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 172 127 230 -
CMYK 0.25 0.45 0 0.10
HSL 266.21º 0.67% 0.7% -
HSV(B) 266.21º 0.45% 0.9% -
XYZ 38.89 29.66 78.54 -
YUV 152.2 171.91 142.12 -
System Red Green Blue C M Y K H S L
Decimal 172 127 230 0.25 0.45 0 0.10 266.21 0.67 0.7
Hex AC 7F E6 19 2D 0 A 10A 43 46
Octal 254 177 346 31 55 0 12 412 103 106
Binary 10101100 1111111 11100110 11001 101101 0 1010 100001010 1000011 1000110

Color Harmonies of #AC7FE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7FE6

Black with #AC7FE6

Text Example


Text Example

White with #AC7FE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7FE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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