Html Css Color HEX #C9ABF8 Mauve

📋 copy color: '#C9ABF8'

red 201 ◦ green 171 ◦ blue 248

#C9ABF8
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mauve #C9ABF8

Tints of Mauve #C9ABF8

RGB

 RED value IS 201 (78.91% from 255) = 32.42%

 GREEN value IS 171 (67.19% from 255) = 27.58%

 BLUE value IS 248 (97.27% from 255) = 40%

R = 32.42%
G = 27.58%
B = 40%

CMYK

 C value IS 0.19

 M value IS 0.31

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#C9ABF8 (or 0xC9ABF8) is known color: Mauve. HEX triplet: C9, AB and F8. RGB value is (201,171,248). Sum of RGB (Red+Green+Blue) = 201+171+248=620 (82% of max value = 765). Red value is 201 (78.91% from 255 or 32.42% from 620); Green value is 171 (67.19% from 255 or 27.58% from 620); Blue value is 248 (97.27% from 255 or 40% from 620); Max value from RGB is 248 - color contains mainly: blue. Hex color #C9ABF8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C9ABF8 is #365407. Grayscale: #BCBCBC. Windows color (decimal): -3560456 or 16296905. OLE color: 16296905.

HSL color Cylindrical-coordinate representation of color #C9ABF8: hue angle of 263.38º degrees, saturation: 0.85, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C9ABF8 is Cyan = 0.19, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 201 171 248 -
CMYK 0.19 0.31 0 0.03
HSL 263.38º 0.85% 0.82% -
HSV(B) 263.38º 0.31% 0.97% -
XYZ 55.59 48.32 95.2 -
YUV 188.75 161.44 136.74 -
System Red Green Blue C M Y K H S L
Decimal 201 171 248 0.19 0.31 0 0.03 263.38 0.85 0.82
Hex C9 AB F8 13 1F 0 3 107 55 52
Octal 311 253 370 23 37 0 3 407 125 122
Binary 11001001 10101011 11111000 10011 11111 0 11 100000111 1010101 1010010

Color Harmonies of #C9ABF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9ABF8

Black with #C9ABF8

Text Example


Text Example

White with #C9ABF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9ABF8; }

 p { color: rgb(201,171,248); }

 H1.HeaderClassName
 {
   color: #C9ABF8;
 }
 .AnyTagClassName
 {
   color: #C9ABF8;
 }
</style>

background-color css

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

 a { background-color: rgb(201,171,248); }

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

border-color css

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

 span { border-color: rgb(201,171,248); }

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