Html Css Color HEX #CAA1FE Mauve

📋 copy color: '#CAA1FE'

red 202 ◦ green 161 ◦ blue 254

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

Shades of Mauve #CAA1FE

Tints of Mauve #CAA1FE

RGB

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

 GREEN value IS 161 (63.28% from 255) = 26.09%

 BLUE value IS 254 (99.61% from 255) = 41.17%

R = 32.74%
G = 26.09%
B = 41.17%

CMYK

 C value IS 0.20

 M value IS 0.37

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#CAA1FE (or 0xCAA1FE) is known color: Mauve. HEX triplet: CA, A1 and FE. RGB value is (202,161,254). Sum of RGB (Red+Green+Blue) = 202+161+254=617 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.74% from 617); Green value is 161 (63.28% from 255 or 26.09% from 617); Blue value is 254 (99.61% from 255 or 41.17% from 617); Max value from RGB is 254 - color contains mainly: blue. Hex color #CAA1FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CAA1FE is #355E01. Grayscale: #B7B7B7. Windows color (decimal): -3497474 or 16687562. OLE color: 16687562.

HSL color Cylindrical-coordinate representation of color #CAA1FE: hue angle of 266.45º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CAA1FE is Cyan = 0.20, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 202 161 254 -
CMYK 0.20 0.37 0 0.00
HSL 266.45º 0.98% 0.81% -
HSV(B) 266.45º 0.37% 1% -
XYZ 54.99 45.2 99.59 -
YUV 183.86 167.58 140.94 -
System Red Green Blue C M Y K H S L
Decimal 202 161 254 0.20 0.37 0 0.00 266.45 0.98 0.81
Hex CA A1 FE 14 25 0 0 10A 62 51
Octal 312 241 376 24 45 0 0 412 142 121
Binary 11001010 10100001 11111110 10100 100101 0 0 100001010 1100010 1010001

Color Harmonies of #CAA1FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA1FE

Black with #CAA1FE

Text Example


Text Example

White with #CAA1FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA1FE; }

 p { color: rgb(202,161,254); }

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

background-color css

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

 a { background-color: rgb(202,161,254); }

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

border-color css

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

 span { border-color: rgb(202,161,254); }

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