Html Css Color HEX #CAA9FF Mauve

📋 copy color: '#CAA9FF'

red 202 ◦ green 169 ◦ blue 255

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

Shades of Mauve #CAA9FF

Tints of Mauve #CAA9FF

RGB

 RED value IS 202 (79.3% from 255) = 32.27%

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

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

R = 32.27%
G = 27%
B = 40.73%

CMYK

 C value IS 0.21

 M value IS 0.34

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CAA9FF (or 0xCAA9FF) is known color: Mauve. HEX triplet: CA, A9 and FF. RGB value is (202,169,255). Sum of RGB (Red+Green+Blue) = 202+169+255=626 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.27% from 626); Green value is 169 (66.41% from 255 or 27.00% from 626); Blue value is 255 (100% from 255 or 40.73% from 626); Max value from RGB is 255 - color contains mainly: blue. Hex color #CAA9FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CAA9FF is #355600. Grayscale: #BCBCBC. Windows color (decimal): -3495425 or 16755146. OLE color: 16755146.

HSL color Cylindrical-coordinate representation of color #CAA9FF: hue angle of 263.02º 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 #CAA9FF is Cyan = 0.21, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 202 169 255 -
CMYK 0.21 0.34 0 0
HSL 263.02º 1% 0.83% -
HSV(B) 263.02º 0.34% 1% -
XYZ 56.6 48.15 100.92 -
YUV 188.67 165.43 137.51 -
System Red Green Blue C M Y K H S L
Decimal 202 169 255 0.21 0.34 0 0 263.02 1 0.83
Hex CA A9 FF 15 22 0 0 107 64 53
Octal 312 251 377 25 42 0 0 407 144 123
Binary 11001010 10101001 11111111 10101 100010 0 0 100000111 1100100 1010011

Color Harmonies of #CAA9FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA9FF

Black with #CAA9FF

Text Example


Text Example

White with #CAA9FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA9FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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