#C69AFE

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

Shades of Mauve #C69AFE

Tints of Mauve #C69AFE

Color information

#C69AFE (or 0xC69AFE) is unknown color: approx Mauve. HEX triplet: C6, 9A and FE. RGB value is (198,154,254). Sum of RGB (Red+Green+Blue) = 198+154+254=606 (80% of max value = 765). Red value is 198 (77.73% from 255 or 32.67% from 606); Green value is 154 (60.55% from 255 or 25.41% from 606); Blue value is 254 (99.61% from 255 or 41.91% from 606); Max value from RGB is 254 - color contains mainly: blue. Hex color #C69AFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C69AFE is #396501. Grayscale: #B2B2B2. Windows color (decimal): -3761410 or 16685766. OLE color: 16685766.

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

Color convert

RGB198154254-
CMYK0.220.3900.00
HSL266.4º98.04%80%-
HSV(B)266.4º39.37%99.61%-
XYZ52.7342.2799.15-
YUV178.56170.58141.87-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 32.67%
GREEN value IS 154 (60.55% from 255) = 25.41%
BLUE value IS 254 (99.61% from 255) = 41.91%
R=32.67%
G=25.41%
B=41.91%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1981542540.220.3900.00266.498.0480
HexC69AFE16270010a6250
Octal306232376264700412142120
Binary110001101001101011111110101101001110010000101011000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C69AFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C69AFE; }

 p { color: rgb(198,154,254); }

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

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

 a { background-color: rgb(198,154,254); }

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

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

 span { border-color: rgb(198,154,254); }

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