#CAAFFF

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

Shades of Mauve #CAAFFF

Tints of Mauve #CAAFFF

Color information

#CAAFFF (or 0xCAAFFF) is unknown color: approx Mauve. HEX triplet: CA, AF and FF. RGB value is (202,175,255). Sum of RGB (Red+Green+Blue) = 202+175+255=632 (83% of max value = 765). Red value is 202 (79.30% from 255 or 31.96% from 632); Green value is 175 (68.75% from 255 or 27.69% from 632); Blue value is 255 (100% from 255 or 40.35% from 632); Max value from RGB is 255 - color contains mainly: blue. Hex color #CAAFFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CAAFFF is #355000. Grayscale: #BFBFBF. Windows color (decimal): -3493889 or 16756682. OLE color: 16756682.

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

Color convert

RGB202175255-
CMYK0.210.3100
HSL260.25º100%84.31%-
HSV(B)260.25º31.37%100%-
XYZ57.7450.44101.3-
YUV192.19163.45135-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.96%
GREEN value IS 175 (68.75% from 255) = 27.69%
BLUE value IS 255 (100% from 255) = 40.35%
R=31.96%
G=27.69%
B=40.35%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2021752550.210.3100260.2510084.31
HexCAAFFF151F001046454
Octal312257377253700404144124
Binary11001010101011111111111110101111110010000010011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAAFFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAAFFF; }

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

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

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

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

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

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

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

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