#C7A5FB

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

Shades of Mauve #C7A5FB

Tints of Mauve #C7A5FB

Color information

#C7A5FB (or 0xC7A5FB) is unknown color: approx Mauve. HEX triplet: C7, A5 and FB. RGB value is (199,165,251). Sum of RGB (Red+Green+Blue) = 199+165+251=615 (81% of max value = 765). Red value is 199 (78.12% from 255 or 32.36% from 615); Green value is 165 (64.84% from 255 or 26.83% from 615); Blue value is 251 (98.44% from 255 or 40.81% from 615); Max value from RGB is 251 - color contains mainly: blue. Hex color #C7A5FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C7A5FB is #385A04. Grayscale: #B8B8B8. Windows color (decimal): -3693061 or 16491975. OLE color: 16491975.

HSL color Cylindrical-coordinate representation of color #C7A5FB: hue angle of 263.72º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C7A5FB is Cyan = 0.21, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB199165251-
CMYK0.210.3400.02
HSL263.72º91.49%81.57%-
HSV(B)263.72º34.26%98.43%-
XYZ54.4246.0297.28-
YUV184.97165.26138.01-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 32.36%
GREEN value IS 165 (64.84% from 255) = 26.83%
BLUE value IS 251 (98.44% from 255) = 40.81%
R=32.36%
G=26.83%
B=40.81%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1991652510.210.3400.02263.7291.4981.57
HexC7A5FB1522021085b52
Octal307245373254202410133122
Binary1100011110100101111110111010110001001010000100010110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7A5FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7A5FB; }

 p { color: rgb(199,165,251); }

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

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

 a { background-color: rgb(199,165,251); }

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

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

 span { border-color: rgb(199,165,251); }

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