#CA9FFF

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

Shades of Mauve #CA9FFF

Tints of Mauve #CA9FFF

Color information

#CA9FFF (or 0xCA9FFF) is unknown color: approx Mauve. HEX triplet: CA, 9F and FF. RGB value is (202,159,255). Sum of RGB (Red+Green+Blue) = 202+159+255=616 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.79% from 616); Green value is 159 (62.5% from 255 or 25.81% from 616); Blue value is 255 (100% from 255 or 41.40% from 616); Max value from RGB is 255 - color contains mainly: blue. Hex color #CA9FFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA9FFF is #356000. Grayscale: #B6B6B6. Windows color (decimal): -3497985 or 16752586. OLE color: 16752586.

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

Color convert

RGB202159255-
CMYK0.210.3800
HSL266.88º100%81.18%-
HSV(B)266.88º37.65%100%-
XYZ54.8144.57100.32-
YUV182.8168.75141.69-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.79%
GREEN value IS 159 (62.5% from 255) = 25.81%
BLUE value IS 255 (100% from 255) = 41.40%
R=32.79%
G=25.81%
B=41.40%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2021592550.210.3800266.8810081.18
HexCA9FFF15260010b6451
Octal312237377254600413144121
Binary110010101001111111111111101011001100010000101111001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9FFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9FFF; }

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

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

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

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

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

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

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

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