#C8ACFF

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

Shades of Mauve #C8ACFF

Tints of Mauve #C8ACFF

Color information

#C8ACFF (or 0xC8ACFF) is unknown color: approx Mauve. HEX triplet: C8, AC and FF. RGB value is (200,172,255). Sum of RGB (Red+Green+Blue) = 200+172+255=627 (83% of max value = 765). Red value is 200 (78.52% from 255 or 31.90% from 627); Green value is 172 (67.58% from 255 or 27.43% from 627); Blue value is 255 (100% from 255 or 40.67% from 627); Max value from RGB is 255 - color contains mainly: blue. Hex color #C8ACFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C8ACFF is #375300. Grayscale: #BDBDBD. Windows color (decimal): -3625729 or 16755912. OLE color: 16755912.

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

Color convert

RGB200172255-
CMYK0.220.3300
HSL260.24º100%83.73%-
HSV(B)260.24º32.55%100%-
XYZ56.6249101.08-
YUV189.83164.78135.25-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 31.90%
GREEN value IS 172 (67.58% from 255) = 27.43%
BLUE value IS 255 (100% from 255) = 40.67%
R=31.90%
G=27.43%
B=40.67%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2001722550.220.3300260.2410083.73
HexC8ACFF1621001046454
Octal310254377264100404144124
Binary110010001010110011111111101101000010010000010011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8ACFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8ACFF; }

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

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

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

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

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

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

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

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