#CA9BFF

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

Shades of Mauve #CA9BFF

Tints of Mauve #CA9BFF

Color information

#CA9BFF (or 0xCA9BFF) is unknown color: approx Mauve. HEX triplet: CA, 9B and FF. RGB value is (202,155,255). Sum of RGB (Red+Green+Blue) = 202+155+255=612 (81% of max value = 765). Red value is 202 (79.30% from 255 or 33.01% from 612); Green value is 155 (60.94% from 255 or 25.33% from 612); Blue value is 255 (100% from 255 or 41.67% from 612); Max value from RGB is 255 - color contains mainly: blue. Hex color #CA9BFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA9BFF is #356400. Grayscale: #B4B4B4. Windows color (decimal): -3499009 or 16751562. OLE color: 16751562.

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

Color convert

RGB202155255-
CMYK0.210.3900
HSL268.2º100%80.39%-
HSV(B)268.2º39.22%100%-
XYZ54.1343.22100.1-
YUV180.45170.07143.37-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.01%
GREEN value IS 155 (60.94% from 255) = 25.33%
BLUE value IS 255 (100% from 255) = 41.67%
R=33.01%
G=25.33%
B=41.67%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2021552550.210.3900268.210080.39
HexCA9BFF15270010c6450
Octal312233377254700414144120
Binary110010101001101111111111101011001110010000110011001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9BFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9BFF; }

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

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

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

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

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

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

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

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