Html Css Color HEX #CAA4FA Mauve

📋 copy color: '#CAA4FA'

red 202 ◦ green 164 ◦ blue 250

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

Shades of Mauve #CAA4FA

Tints of Mauve #CAA4FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 40.58%

R = 32.79%
G = 26.62%
B = 40.58%

CMYK

 C value IS 0.19

 M value IS 0.34

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CAA4FA (or 0xCAA4FA) is known color: Mauve. HEX triplet: CA, A4 and FA. RGB value is (202,164,250). Sum of RGB (Red+Green+Blue) = 202+164+250=616 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.79% from 616); Green value is 164 (64.45% from 255 or 26.62% from 616); Blue value is 250 (98.05% from 255 or 40.58% from 616); Max value from RGB is 250 - color contains mainly: blue. Hex color #CAA4FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CAA4FA is #355B05. Grayscale: #B8B8B8. Windows color (decimal): -3496710 or 16426186. OLE color: 16426186.

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

Color convert

RGB 202 164 250 -
CMYK 0.19 0.34 0 0.02
HSL 266.51º 0.9% 0.81% -
HSV(B) 266.51º 0.34% 0.98% -
XYZ 54.89 46.01 96.43 -
YUV 185.17 164.59 140.01 -
System Red Green Blue C M Y K H S L
Decimal 202 164 250 0.19 0.34 0 0.02 266.51 0.9 0.81
Hex CA A4 FA 13 22 0 2 10B 5A 51
Octal 312 244 372 23 42 0 2 413 132 121
Binary 11001010 10100100 11111010 10011 100010 0 10 100001011 1011010 1010001

Color Harmonies of #CAA4FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA4FA

Black with #CAA4FA

Text Example


Text Example

White with #CAA4FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA4FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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