Html Css Color HEX #AC6CFF Medium Purple

📋 copy color: '#AC6CFF'

red 172 ◦ green 108 ◦ blue 255

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

Shades of Medium Purple #AC6CFF

Tints of Medium Purple #AC6CFF

RGB

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

 GREEN value IS 108 (42.58% from 255) = 20.19%

 BLUE value IS 255 (100% from 255) = 47.66%

R = 32.15%
G = 20.19%
B = 47.66%

CMYK

 C value IS 0.33

 M value IS 0.58

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AC6CFF (or 0xAC6CFF) is known color: Medium Purple. HEX triplet: AC, 6C and FF. RGB value is (172,108,255). Sum of RGB (Red+Green+Blue) = 172+108+255=535 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.15% from 535); Green value is 108 (42.58% from 255 or 20.19% from 535); Blue value is 255 (100% from 255 or 47.66% from 535); Max value from RGB is 255 - color contains mainly: blue. Hex color #AC6CFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC6CFF is #539300. Grayscale: #8F8F8F. Windows color (decimal): -5477121 or 16739500. OLE color: 16739500.

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

Color convert

RGB 172 108 255 -
CMYK 0.33 0.58 0 0
HSL 266.12º 1% 0.71% -
HSV(B) 266.12º 0.58% 1% -
XYZ 40.43 26.72 97.63 -
YUV 143.89 190.7 148.05 -
System Red Green Blue C M Y K H S L
Decimal 172 108 255 0.33 0.58 0 0 266.12 1 0.71
Hex AC 6C FF 21 3A 0 0 10A 64 47
Octal 254 154 377 41 72 0 0 412 144 107
Binary 10101100 1101100 11111111 100001 111010 0 0 100001010 1100100 1000111

Color Harmonies of #AC6CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6CFF

Black with #AC6CFF

Text Example


Text Example

White with #AC6CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6CFF; }

 p { color: rgb(172,108,255); }

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

background-color css

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

 a { background-color: rgb(172,108,255); }

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

border-color css

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

 span { border-color: rgb(172,108,255); }

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