Html Css Color HEX #CAA3FB Mauve

📋 copy color: '#CAA3FB'

red 202 ◦ green 163 ◦ blue 251

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

Shades of Mauve #CAA3FB

Tints of Mauve #CAA3FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 40.75%

R = 32.79%
G = 26.46%
B = 40.75%

CMYK

 C value IS 0.20

 M value IS 0.35

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CAA3FB (or 0xCAA3FB) is known color: Mauve. HEX triplet: CA, A3 and FB. RGB value is (202,163,251). Sum of RGB (Red+Green+Blue) = 202+163+251=616 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.79% from 616); Green value is 163 (64.06% from 255 or 26.46% from 616); Blue value is 251 (98.44% from 255 or 40.75% from 616); Max value from RGB is 251 - color contains mainly: blue. Hex color #CAA3FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CAA3FB is #355C04. Grayscale: #B8B8B8. Windows color (decimal): -3496965 or 16491466. OLE color: 16491466.

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

Color convert

RGB 202 163 251 -
CMYK 0.20 0.35 0 0.02
HSL 266.59º 0.92% 0.81% -
HSV(B) 266.59º 0.35% 0.98% -
XYZ 54.87 45.72 97.2 -
YUV 184.69 165.42 140.34 -
System Red Green Blue C M Y K H S L
Decimal 202 163 251 0.20 0.35 0 0.02 266.59 0.92 0.81
Hex CA A3 FB 14 23 0 2 10B 5C 51
Octal 312 243 373 24 43 0 2 413 134 121
Binary 11001010 10100011 11111011 10100 100011 0 10 100001011 1011100 1010001

Color Harmonies of #CAA3FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA3FB

Black with #CAA3FB

Text Example


Text Example

White with #CAA3FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA3FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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