Html Css Color HEX #C5A9FF Mauve

📋 copy color: '#C5A9FF'

red 197 ◦ green 169 ◦ blue 255

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

Shades of Mauve #C5A9FF

Tints of Mauve #C5A9FF

RGB

 RED value IS 197 (77.34% from 255) = 31.72%

 GREEN value IS 169 (66.41% from 255) = 27.21%

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

R = 31.72%
G = 27.21%
B = 41.06%

CMYK

 C value IS 0.23

 M value IS 0.34

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C5A9FF (or 0xC5A9FF) is known color: Mauve. HEX triplet: C5, A9 and FF. RGB value is (197,169,255). Sum of RGB (Red+Green+Blue) = 197+169+255=621 (82% of max value = 765). Red value is 197 (77.34% from 255 or 31.72% from 621); Green value is 169 (66.41% from 255 or 27.21% from 621); Blue value is 255 (100% from 255 or 41.06% from 621); Max value from RGB is 255 - color contains mainly: blue. Hex color #C5A9FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C5A9FF is #3A5600. Grayscale: #BABABA. Windows color (decimal): -3823105 or 16755141. OLE color: 16755141.

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

Color convert

RGB 197 169 255 -
CMYK 0.23 0.34 0 0
HSL 259.53º 1% 0.83% -
HSV(B) 259.53º 0.34% 1% -
XYZ 55.26 47.47 100.86 -
YUV 187.18 166.28 135.01 -
System Red Green Blue C M Y K H S L
Decimal 197 169 255 0.23 0.34 0 0 259.53 1 0.83
Hex C5 A9 FF 17 22 0 0 104 64 53
Octal 305 251 377 27 42 0 0 404 144 123
Binary 11000101 10101001 11111111 10111 100010 0 0 100000100 1100100 1010011

Color Harmonies of #C5A9FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5A9FF

Black with #C5A9FF

Text Example


Text Example

White with #C5A9FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5A9FF; }

 p { color: rgb(197,169,255); }

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

background-color css

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

 a { background-color: rgb(197,169,255); }

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

border-color css

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

 span { border-color: rgb(197,169,255); }

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