Html Css Color HEX #AC6EFE Medium Purple

📋 copy color: '#AC6EFE'

red 172 ◦ green 110 ◦ blue 254

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

Shades of Medium Purple #AC6EFE

Tints of Medium Purple #AC6EFE

RGB

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

 GREEN value IS 110 (43.36% from 255) = 20.52%

 BLUE value IS 254 (99.61% from 255) = 47.39%

R = 32.09%
G = 20.52%
B = 47.39%

CMYK

 C value IS 0.32

 M value IS 0.57

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#AC6EFE (or 0xAC6EFE) is known color: Medium Purple. HEX triplet: AC, 6E and FE. RGB value is (172,110,254). Sum of RGB (Red+Green+Blue) = 172+110+254=536 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.09% from 536); Green value is 110 (43.36% from 255 or 20.52% from 536); Blue value is 254 (99.61% from 255 or 47.39% from 536); Max value from RGB is 254 - color contains mainly: blue. Hex color #AC6EFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC6EFE is #539101. Grayscale: #909090. Windows color (decimal): -5476610 or 16674476. OLE color: 16674476.

HSL color Cylindrical-coordinate representation of color #AC6EFE: hue angle of 265.83º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AC6EFE is Cyan = 0.32, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 172 110 254 -
CMYK 0.32 0.57 0 0.00
HSL 265.83º 0.99% 0.71% -
HSV(B) 265.83º 0.57% 1% -
XYZ 40.48 27.08 96.86 -
YUV 144.95 189.54 147.29 -
System Red Green Blue C M Y K H S L
Decimal 172 110 254 0.32 0.57 0 0.00 265.83 0.99 0.71
Hex AC 6E FE 20 39 0 0 10A 63 47
Octal 254 156 376 40 71 0 0 412 143 107
Binary 10101100 1101110 11111110 100000 111001 0 0 100001010 1100011 1000111

Color Harmonies of #AC6EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6EFE

Black with #AC6EFE

Text Example


Text Example

White with #AC6EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6EFE; }

 p { color: rgb(172,110,254); }

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

background-color css

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

 a { background-color: rgb(172,110,254); }

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

border-color css

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

 span { border-color: rgb(172,110,254); }

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