Html Css Color HEX #C9ABFA Mauve

📋 copy color: '#C9ABFA'

red 201 ◦ green 171 ◦ blue 250

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

Shades of Mauve #C9ABFA

Tints of Mauve #C9ABFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 40.19%

R = 32.32%
G = 27.49%
B = 40.19%

CMYK

 C value IS 0.20

 M value IS 0.32

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C9ABFA (or 0xC9ABFA) is known color: Mauve. HEX triplet: C9, AB and FA. RGB value is (201,171,250). Sum of RGB (Red+Green+Blue) = 201+171+250=622 (82% of max value = 765). Red value is 201 (78.91% from 255 or 32.32% from 622); Green value is 171 (67.19% from 255 or 27.49% from 622); Blue value is 250 (98.05% from 255 or 40.19% from 622); Max value from RGB is 250 - color contains mainly: blue. Hex color #C9ABFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C9ABFA is #365405. Grayscale: #BCBCBC. Windows color (decimal): -3560454 or 16427977. OLE color: 16427977.

HSL color Cylindrical-coordinate representation of color #C9ABFA: hue angle of 262.78º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C9ABFA is Cyan = 0.20, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 201 171 250 -
CMYK 0.20 0.32 0 0.02
HSL 262.78º 0.89% 0.83% -
HSV(B) 262.78º 0.32% 0.98% -
XYZ 55.91 48.45 96.85 -
YUV 188.98 162.44 136.58 -
System Red Green Blue C M Y K H S L
Decimal 201 171 250 0.20 0.32 0 0.02 262.78 0.89 0.83
Hex C9 AB FA 14 20 0 2 107 59 53
Octal 311 253 372 24 40 0 2 407 131 123
Binary 11001001 10101011 11111010 10100 100000 0 10 100000111 1011001 1010011

Color Harmonies of #C9ABFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9ABFA

Black with #C9ABFA

Text Example


Text Example

White with #C9ABFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9ABFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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