Html Css Color HEX #C9ABFF Mauve

📋 copy color: '#C9ABFF'

red 201 ◦ green 171 ◦ blue 255

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

Shades of Mauve #C9ABFF

Tints of Mauve #C9ABFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 40.67%

R = 32.06%
G = 27.27%
B = 40.67%

CMYK

 C value IS 0.21

 M value IS 0.33

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C9ABFF (or 0xC9ABFF) is known color: Mauve. HEX triplet: C9, AB and FF. RGB value is (201,171,255). Sum of RGB (Red+Green+Blue) = 201+171+255=627 (83% of max value = 765). Red value is 201 (78.91% from 255 or 32.06% from 627); Green value is 171 (67.19% from 255 or 27.27% from 627); Blue value is 255 (100% from 255 or 40.67% from 627); Max value from RGB is 255 - color contains mainly: blue. Hex color #C9ABFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C9ABFF is #365400. Grayscale: #BDBDBD. Windows color (decimal): -3560449 or 16755657. OLE color: 16755657.

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

Color convert

RGB 201 171 255 -
CMYK 0.21 0.33 0 0
HSL 261.43º 1% 0.84% -
HSV(B) 261.43º 0.33% 1% -
XYZ 56.7 48.76 101.03 -
YUV 189.55 164.94 136.17 -
System Red Green Blue C M Y K H S L
Decimal 201 171 255 0.21 0.33 0 0 261.43 1 0.84
Hex C9 AB FF 15 21 0 0 105 64 54
Octal 311 253 377 25 41 0 0 405 144 124
Binary 11001001 10101011 11111111 10101 100001 0 0 100000101 1100100 1010100

Color Harmonies of #C9ABFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9ABFF

Black with #C9ABFF

Text Example


Text Example

White with #C9ABFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9ABFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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