Html Css Color HEX #CAAAF9 Mauve

📋 copy color: '#CAAAF9'

red 202 ◦ green 170 ◦ blue 249

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

Shades of Mauve #CAAAF9

Tints of Mauve #CAAAF9

RGB

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

 GREEN value IS 170 (66.8% from 255) = 27.38%

 BLUE value IS 249 (97.66% from 255) = 40.1%

R = 32.53%
G = 27.38%
B = 40.1%

CMYK

 C value IS 0.19

 M value IS 0.32

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CAAAF9 (or 0xCAAAF9) is known color: Mauve. HEX triplet: CA, AA and F9. RGB value is (202,170,249). Sum of RGB (Red+Green+Blue) = 202+170+249=621 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.53% from 621); Green value is 170 (66.80% from 255 or 27.38% from 621); Blue value is 249 (97.66% from 255 or 40.10% from 621); Max value from RGB is 249 - color contains mainly: blue. Hex color #CAAAF9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CAAAF9 is #355506. Grayscale: #BCBCBC. Windows color (decimal): -3495175 or 16362186. OLE color: 16362186.

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

Color convert

RGB 202 170 249 -
CMYK 0.19 0.32 0 0.02
HSL 264.3º 0.87% 0.82% -
HSV(B) 264.3º 0.32% 0.98% -
XYZ 55.83 48.15 95.97 -
YUV 188.57 162.1 137.58 -
System Red Green Blue C M Y K H S L
Decimal 202 170 249 0.19 0.32 0 0.02 264.3 0.87 0.82
Hex CA AA F9 13 20 0 2 108 57 52
Octal 312 252 371 23 40 0 2 410 127 122
Binary 11001010 10101010 11111001 10011 100000 0 10 100001000 1010111 1010010

Color Harmonies of #CAAAF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAAAF9

Black with #CAAAF9

Text Example


Text Example

White with #CAAAF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAAAF9; }

 p { color: rgb(202,170,249); }

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

background-color css

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

 a { background-color: rgb(202,170,249); }

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

border-color css

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

 span { border-color: rgb(202,170,249); }

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