Html Css Color HEX #CAA3F7 Mauve

📋 copy color: '#CAA3F7'

red 202 ◦ green 163 ◦ blue 247

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

Shades of Mauve #CAA3F7

Tints of Mauve #CAA3F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 40.36%

R = 33.01%
G = 26.63%
B = 40.36%

CMYK

 C value IS 0.18

 M value IS 0.34

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#CAA3F7 (or 0xCAA3F7) is known color: Mauve. HEX triplet: CA, A3 and F7. RGB value is (202,163,247). Sum of RGB (Red+Green+Blue) = 202+163+247=612 (81% of max value = 765). Red value is 202 (79.30% from 255 or 33.01% from 612); Green value is 163 (64.06% from 255 or 26.63% from 612); Blue value is 247 (96.88% from 255 or 40.36% from 612); Max value from RGB is 247 - color contains mainly: blue. Hex color #CAA3F7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CAA3F7 is #355C08. Grayscale: #B7B7B7. Windows color (decimal): -3496969 or 16229322. OLE color: 16229322.

HSL color Cylindrical-coordinate representation of color #CAA3F7: hue angle of 267.86º degrees, saturation: 0.84, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CAA3F7 is Cyan = 0.18, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 202 163 247 -
CMYK 0.18 0.34 0 0.03
HSL 267.86º 0.84% 0.8% -
HSV(B) 267.86º 0.34% 0.97% -
XYZ 54.24 45.47 93.91 -
YUV 184.24 163.42 140.67 -
System Red Green Blue C M Y K H S L
Decimal 202 163 247 0.18 0.34 0 0.03 267.86 0.84 0.8
Hex CA A3 F7 12 22 0 3 10C 54 50
Octal 312 243 367 22 42 0 3 414 124 120
Binary 11001010 10100011 11110111 10010 100010 0 11 100001100 1010100 1010000

Color Harmonies of #CAA3F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA3F7

Black with #CAA3F7

Text Example


Text Example

White with #CAA3F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA3F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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