Html Css Color HEX #CAA4FF Mauve

📋 copy color: '#CAA4FF'

red 202 ◦ green 164 ◦ blue 255

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

Shades of Mauve #CAA4FF

Tints of Mauve #CAA4FF

RGB

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

 GREEN value IS 164 (64.45% from 255) = 26.41%

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

R = 32.53%
G = 26.41%
B = 41.06%

CMYK

 C value IS 0.21

 M value IS 0.36

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CAA4FF (or 0xCAA4FF) is known color: Mauve. HEX triplet: CA, A4 and FF. RGB value is (202,164,255). Sum of RGB (Red+Green+Blue) = 202+164+255=621 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.53% from 621); Green value is 164 (64.45% from 255 or 26.41% 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 #CAA4FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CAA4FF is #355B00. Grayscale: #B9B9B9. Windows color (decimal): -3496705 or 16753866. OLE color: 16753866.

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

Color convert

RGB 202 164 255 -
CMYK 0.21 0.36 0 0
HSL 265.06º 1% 0.82% -
HSV(B) 265.06º 0.36% 1% -
XYZ 55.68 46.33 100.62 -
YUV 185.74 167.09 139.6 -
System Red Green Blue C M Y K H S L
Decimal 202 164 255 0.21 0.36 0 0 265.06 1 0.82
Hex CA A4 FF 15 24 0 0 109 64 52
Octal 312 244 377 25 44 0 0 411 144 122
Binary 11001010 10100100 11111111 10101 100100 0 0 100001001 1100100 1010010

Color Harmonies of #CAA4FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA4FF

Black with #CAA4FF

Text Example


Text Example

White with #CAA4FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA4FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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