Html Css Color HEX #AC6BF6 Medium Purple

📋 copy color: '#AC6BF6'

red 172 ◦ green 107 ◦ blue 246

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

Shades of Medium Purple #AC6BF6

Tints of Medium Purple #AC6BF6

RGB

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

 GREEN value IS 107 (42.19% from 255) = 20.38%

 BLUE value IS 246 (96.48% from 255) = 46.86%

R = 32.76%
G = 20.38%
B = 46.86%

CMYK

 C value IS 0.30

 M value IS 0.57

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#AC6BF6 (or 0xAC6BF6) is known color: Medium Purple. HEX triplet: AC, 6B and F6. RGB value is (172,107,246). Sum of RGB (Red+Green+Blue) = 172+107+246=525 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.76% from 525); Green value is 107 (42.19% from 255 or 20.38% from 525); Blue value is 246 (96.48% from 255 or 46.86% from 525); Max value from RGB is 246 - color contains mainly: blue. Hex color #AC6BF6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC6BF6 is #539409. Grayscale: #8D8D8D. Windows color (decimal): -5477386 or 16149420. OLE color: 16149420.

HSL color Cylindrical-coordinate representation of color #AC6BF6: hue angle of 268.06º degrees, saturation: 0.89, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AC6BF6 is Cyan = 0.30, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 172 107 246 -
CMYK 0.30 0.57 0 0.04
HSL 268.06º 0.89% 0.69% -
HSV(B) 268.06º 0.57% 0.96% -
XYZ 38.91 25.94 90.15 -
YUV 142.28 186.53 149.2 -
System Red Green Blue C M Y K H S L
Decimal 172 107 246 0.30 0.57 0 0.04 268.06 0.89 0.69
Hex AC 6B F6 1E 39 0 4 10C 59 45
Octal 254 153 366 36 71 0 4 414 131 105
Binary 10101100 1101011 11110110 11110 111001 0 100 100001100 1011001 1000101

Color Harmonies of #AC6BF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6BF6

Black with #AC6BF6

Text Example


Text Example

White with #AC6BF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6BF6; }

 p { color: rgb(172,107,246); }

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

background-color css

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

 a { background-color: rgb(172,107,246); }

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

border-color css

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

 span { border-color: rgb(172,107,246); }

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