#C8ACFA

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

Shades of Mauve #C8ACFA

Tints of Mauve #C8ACFA

Color information

#C8ACFA (or 0xC8ACFA) is unknown color: approx Mauve. HEX triplet: C8, AC and FA. RGB value is (200,172,250). Sum of RGB (Red+Green+Blue) = 200+172+250=622 (82% of max value = 765). Red value is 200 (78.52% from 255 or 32.15% from 622); Green value is 172 (67.58% from 255 or 27.65% from 622); Blue value is 250 (98.05% from 255 or 40.19% from 622); Max value from RGB is 250 - color contains mainly: blue. Hex color #C8ACFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C8ACFA is #375305. Grayscale: #BCBCBC. Windows color (decimal): -3625734 or 16428232. OLE color: 16428232.

HSL color Cylindrical-coordinate representation of color #C8ACFA: hue angle of 261.54º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C8ACFA is Cyan = 0.2, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB200172250-
CMYK0.20.3100.02
HSL261.54º88.64%82.75%-
HSV(B)261.54º31.2%98.04%-
XYZ55.8348.6996.9-
YUV189.26162.28135.66-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 32.15%
GREEN value IS 172 (67.58% from 255) = 27.65%
BLUE value IS 250 (98.05% from 255) = 40.19%
R=32.15%
G=27.65%
B=40.19%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2001722500.20.3100.02261.5488.6482.75
HexC8ACFA141F021065953
Octal310254372243702406131123
Binary110010001010110011111010101001111101010000011010110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8ACFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8ACFA; }

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

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

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

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

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

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

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

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