#CA9FFB

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

Shades of Mauve #CA9FFB

Tints of Mauve #CA9FFB

Color information

#CA9FFB (or 0xCA9FFB) is unknown color: approx Mauve. HEX triplet: CA, 9F and FB. RGB value is (202,159,251). Sum of RGB (Red+Green+Blue) = 202+159+251=612 (81% of max value = 765). Red value is 202 (79.30% from 255 or 33.01% from 612); Green value is 159 (62.5% from 255 or 25.98% from 612); Blue value is 251 (98.44% from 255 or 41.01% from 612); Max value from RGB is 251 - color contains mainly: blue. Hex color #CA9FFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA9FFB is #356004. Grayscale: #B6B6B6. Windows color (decimal): -3497989 or 16490442. OLE color: 16490442.

HSL color Cylindrical-coordinate representation of color #CA9FFB: hue angle of 268.04º degrees, saturation: 0.92, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CA9FFB is Cyan = 0.20, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB202159251-
CMYK0.200.3700.02
HSL268.04º92%80.39%-
HSV(B)268.04º36.65%98.43%-
XYZ54.1744.3296.97-
YUV182.34166.75142.02-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.01%
GREEN value IS 159 (62.5% from 255) = 25.98%
BLUE value IS 251 (98.44% from 255) = 41.01%
R=33.01%
G=25.98%
B=41.01%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2021592510.200.3700.02268.049280.39
HexCA9FFB14250210c5c50
Octal312237373244502414134120
Binary1100101010011111111110111010010010101010000110010111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9FFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9FFB; }

 p { color: rgb(202,159,251); }

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

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

 a { background-color: rgb(202,159,251); }

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

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

 span { border-color: rgb(202,159,251); }

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