#AC6BF2

Color #AC6BF2 Medium Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Purple #AC6BF2

Tints of Medium Purple #AC6BF2

Color information

#AC6BF2 (or 0xAC6BF2) is unknown color: approx Medium Purple. HEX triplet: AC, 6B and F2. RGB value is (172,107,242). Sum of RGB (Red+Green+Blue) = 172+107+242=521 (69% of max value = 765). Red value is 172 (67.58% from 255 or 33.01% from 521); Green value is 107 (42.19% from 255 or 20.54% from 521); Blue value is 242 (94.92% from 255 or 46.45% from 521); Max value from RGB is 242 - color contains mainly: blue. Hex color #AC6BF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC6BF2 is #53940D. Grayscale: #8D8D8D. Windows color (decimal): -5477390 or 15887276. OLE color: 15887276.

HSL color Cylindrical-coordinate representation of color #AC6BF2: hue angle of 268.89º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AC6BF2 is Cyan = 0.29, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB172107242-
CMYK0.290.5600.05
HSL268.89º83.85%68.43%-
HSV(B)268.89º55.79%94.9%-
XYZ38.325.786.95-
YUV141.82184.53149.52-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.01%
GREEN value IS 107 (42.19% from 255) = 20.54%
BLUE value IS 242 (94.92% from 255) = 46.45%
R=33.01%
G=20.54%
B=46.45%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1721072420.290.5600.05268.8983.8568.43
HexAC6BF21D380510d5444
Octal254153362357005415124104
Binary1010110011010111111001011101111000010110000110110101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6BF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6BF2; }

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

 H1.HeaderClassName
 {
   color: #AC6BF2;
 }
 .AnyTagClassName
 {
   color: #AC6BF2;
 }
</style>
background-color css

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

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

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

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

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

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