Html Css Color HEX #CAA9FA Mauve

📋 copy color: '#CAA9FA'

red 202 ◦ green 169 ◦ blue 250

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

Shades of Mauve #CAA9FA

Tints of Mauve #CAA9FA

RGB

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

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

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

R = 32.53%
G = 27.21%
B = 40.26%

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

#CAA9FA (or 0xCAA9FA) is known color: Mauve. HEX triplet: CA, A9 and FA. RGB value is (202,169,250). Sum of RGB (Red+Green+Blue) = 202+169+250=621 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.53% from 621); Green value is 169 (66.41% from 255 or 27.21% from 621); Blue value is 250 (98.05% from 255 or 40.26% from 621); Max value from RGB is 250 - color contains mainly: blue. Hex color #CAA9FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CAA9FA is #355605. Grayscale: #BBBBBB. Windows color (decimal): -3495430 or 16427466. OLE color: 16427466.

HSL color Cylindrical-coordinate representation of color #CAA9FA: hue angle of 264.44º degrees, saturation: 0.89, 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 #CAA9FA is Cyan = 0.19, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 202 169 250 -
CMYK 0.19 0.32 0 0.02
HSL 264.44º 0.89% 0.82% -
HSV(B) 264.44º 0.32% 0.98% -
XYZ 55.8 47.83 96.73 -
YUV 188.1 162.93 137.91 -
System Red Green Blue C M Y K H S L
Decimal 202 169 250 0.19 0.32 0 0.02 264.44 0.89 0.82
Hex CA A9 FA 13 20 0 2 108 59 52
Octal 312 251 372 23 40 0 2 410 131 122
Binary 11001010 10101001 11111010 10011 100000 0 10 100001000 1011001 1010010

Color Harmonies of #CAA9FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA9FA

Black with #CAA9FA

Text Example


Text Example

White with #CAA9FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA9FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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