Html Css Color HEX #CAA3FF Mauve

📋 copy color: '#CAA3FF'

red 202 ◦ green 163 ◦ blue 255

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

Shades of Mauve #CAA3FF

Tints of Mauve #CAA3FF

RGB

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

 GREEN value IS 163 (64.06% from 255) = 26.29%

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

R = 32.58%
G = 26.29%
B = 41.13%

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

#CAA3FF (or 0xCAA3FF) is known color: Mauve. HEX triplet: CA, A3 and FF. RGB value is (202,163,255). Sum of RGB (Red+Green+Blue) = 202+163+255=620 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.58% from 620); Green value is 163 (64.06% from 255 or 26.29% from 620); Blue value is 255 (100% from 255 or 41.13% from 620); Max value from RGB is 255 - color contains mainly: blue. Hex color #CAA3FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CAA3FF is #355C00. Grayscale: #B8B8B8. Windows color (decimal): -3496961 or 16753610. OLE color: 16753610.

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

Color convert

RGB 202 163 255 -
CMYK 0.21 0.36 0 0
HSL 265.43º 1% 0.82% -
HSV(B) 265.43º 0.36% 1% -
XYZ 55.5 45.97 100.56 -
YUV 185.15 167.42 140.02 -
System Red Green Blue C M Y K H S L
Decimal 202 163 255 0.21 0.36 0 0 265.43 1 0.82
Hex CA A3 FF 15 24 0 0 109 64 52
Octal 312 243 377 25 44 0 0 411 144 122
Binary 11001010 10100011 11111111 10101 100100 0 0 100001001 1100100 1010010

Color Harmonies of #CAA3FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA3FF

Black with #CAA3FF

Text Example


Text Example

White with #CAA3FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA3FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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