#C9AFFE

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

Shades of Mauve #C9AFFE

Tints of Mauve #C9AFFE

Color information

#C9AFFE (or 0xC9AFFE) is unknown color: approx Mauve. HEX triplet: C9, AF and FE. RGB value is (201,175,254). Sum of RGB (Red+Green+Blue) = 201+175+254=630 (83% of max value = 765). Red value is 201 (78.91% from 255 or 31.90% from 630); Green value is 175 (68.75% from 255 or 27.78% from 630); Blue value is 254 (99.61% from 255 or 40.32% from 630); Max value from RGB is 254 - color contains mainly: blue. Hex color #C9AFFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C9AFFE is #365001. Grayscale: #BFBFBF. Windows color (decimal): -3559426 or 16691145. OLE color: 16691145.

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

Color convert

RGB201175254-
CMYK0.210.3100.00
HSL259.75º97.53%84.12%-
HSV(B)259.75º31.1%99.61%-
XYZ57.3150.23100.44-
YUV191.78163.11134.58-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 31.90%
GREEN value IS 175 (68.75% from 255) = 27.78%
BLUE value IS 254 (99.61% from 255) = 40.32%
R=31.90%
G=27.78%
B=40.32%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2011752540.210.3100.00259.7597.5384.12
HexC9AFFE151F001046254
Octal311257376253700404142124
Binary11001001101011111111111010101111110010000010011000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9AFFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9AFFE; }

 p { color: rgb(201,175,254); }

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

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

 a { background-color: rgb(201,175,254); }

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

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

 span { border-color: rgb(201,175,254); }

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