Html Css Color HEX #AC6FFE Medium Purple

📋 copy color: '#AC6FFE'

red 172 ◦ green 111 ◦ blue 254

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

Shades of Medium Purple #AC6FFE

Tints of Medium Purple #AC6FFE

RGB

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

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

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

R = 32.03%
G = 20.67%
B = 47.3%

CMYK

 C value IS 0.32

 M value IS 0.56

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#AC6FFE (or 0xAC6FFE) is known color: Medium Purple. HEX triplet: AC, 6F and FE. RGB value is (172,111,254). Sum of RGB (Red+Green+Blue) = 172+111+254=537 (71% of max value = 765). Red value is 172 (67.58% from 255 or 32.03% from 537); Green value is 111 (43.75% from 255 or 20.67% from 537); Blue value is 254 (99.61% from 255 or 47.30% from 537); Max value from RGB is 254 - color contains mainly: blue. Hex color #AC6FFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC6FFE is #539001. Grayscale: #919191. Windows color (decimal): -5476354 or 16674732. OLE color: 16674732.

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

Color convert

RGB 172 111 254 -
CMYK 0.32 0.56 0 0.00
HSL 265.59º 0.99% 0.72% -
HSV(B) 265.59º 0.56% 1% -
XYZ 40.59 27.3 96.9 -
YUV 145.54 189.21 146.87 -
System Red Green Blue C M Y K H S L
Decimal 172 111 254 0.32 0.56 0 0.00 265.59 0.99 0.72
Hex AC 6F FE 20 38 0 0 10A 63 48
Octal 254 157 376 40 70 0 0 412 143 110
Binary 10101100 1101111 11111110 100000 111000 0 0 100001010 1100011 1001000

Color Harmonies of #AC6FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6FFE

Black with #AC6FFE

Text Example


Text Example

White with #AC6FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6FFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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