Html Css Color HEX #AC6FE7 Medium Purple

📋 copy color: '#AC6FE7'

red 172 ◦ green 111 ◦ blue 231

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

Shades of Medium Purple #AC6FE7

Tints of Medium Purple #AC6FE7

RGB

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

 GREEN value IS 111 (43.75% from 255) = 21.6%

 BLUE value IS 231 (90.63% from 255) = 44.94%

R = 33.46%
G = 21.6%
B = 44.94%

CMYK

 C value IS 0.26

 M value IS 0.52

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#AC6FE7 (or 0xAC6FE7) is known color: Medium Purple. HEX triplet: AC, 6F and E7. RGB value is (172,111,231). Sum of RGB (Red+Green+Blue) = 172+111+231=514 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.46% from 514); Green value is 111 (43.75% from 255 or 21.60% from 514); Blue value is 231 (90.62% from 255 or 44.94% from 514); Max value from RGB is 231 - color contains mainly: blue. Hex color #AC6FE7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC6FE7 is #539018. Grayscale: #8E8E8E. Windows color (decimal): -5476377 or 15167404. OLE color: 15167404.

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

Color convert

RGB 172 111 231 -
CMYK 0.26 0.52 0 0.09
HSL 270.5º 0.71% 0.67% -
HSV(B) 270.5º 0.52% 0.91% -
XYZ 37.12 25.91 78.65 -
YUV 142.92 177.71 148.74 -
System Red Green Blue C M Y K H S L
Decimal 172 111 231 0.26 0.52 0 0.09 270.5 0.71 0.67
Hex AC 6F E7 1A 34 0 9 10E 47 43
Octal 254 157 347 32 64 0 11 416 107 103
Binary 10101100 1101111 11100111 11010 110100 0 1001 100001110 1000111 1000011

Color Harmonies of #AC6FE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6FE7

Black with #AC6FE7

Text Example


Text Example

White with #AC6FE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6FE7; }

 p { color: rgb(172,111,231); }

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

background-color css

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

 a { background-color: rgb(172,111,231); }

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

border-color css

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

 span { border-color: rgb(172,111,231); }

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