Html Css Color HEX #CAA3FA Mauve

📋 copy color: '#CAA3FA'

red 202 ◦ green 163 ◦ blue 250

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

Shades of Mauve #CAA3FA

Tints of Mauve #CAA3FA

RGB

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

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

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

R = 32.85%
G = 26.5%
B = 40.65%

CMYK

 C value IS 0.19

 M value IS 0.35

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CAA3FA (or 0xCAA3FA) is known color: Mauve. HEX triplet: CA, A3 and FA. RGB value is (202,163,250). Sum of RGB (Red+Green+Blue) = 202+163+250=615 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.85% from 615); Green value is 163 (64.06% from 255 or 26.50% from 615); Blue value is 250 (98.05% from 255 or 40.65% from 615); Max value from RGB is 250 - color contains mainly: blue. Hex color #CAA3FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CAA3FA is #355C05. Grayscale: #B8B8B8. Windows color (decimal): -3496966 or 16425930. OLE color: 16425930.

HSL color Cylindrical-coordinate representation of color #CAA3FA: hue angle of 266.9º degrees, saturation: 0.9, 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 #CAA3FA is Cyan = 0.19, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 202 163 250 -
CMYK 0.19 0.35 0 0.02
HSL 266.9º 0.9% 0.81% -
HSV(B) 266.9º 0.35% 0.98% -
XYZ 54.71 45.65 96.37 -
YUV 184.58 164.92 140.43 -
System Red Green Blue C M Y K H S L
Decimal 202 163 250 0.19 0.35 0 0.02 266.9 0.9 0.81
Hex CA A3 FA 13 23 0 2 10B 5A 51
Octal 312 243 372 23 43 0 2 413 132 121
Binary 11001010 10100011 11111010 10011 100011 0 10 100001011 1011010 1010001

Color Harmonies of #CAA3FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA3FA

Black with #CAA3FA

Text Example


Text Example

White with #CAA3FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA3FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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