Html Css Color HEX #CAA5FA Mauve

📋 copy color: '#CAA5FA'

red 202 ◦ green 165 ◦ blue 250

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

Shades of Mauve #CAA5FA

Tints of Mauve #CAA5FA

RGB

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

 GREEN value IS 165 (64.84% from 255) = 26.74%

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

R = 32.74%
G = 26.74%
B = 40.52%

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

#CAA5FA (or 0xCAA5FA) is known color: Mauve. HEX triplet: CA, A5 and FA. RGB value is (202,165,250). Sum of RGB (Red+Green+Blue) = 202+165+250=617 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.74% from 617); Green value is 165 (64.84% from 255 or 26.74% from 617); Blue value is 250 (98.05% from 255 or 40.52% from 617); Max value from RGB is 250 - color contains mainly: blue. Hex color #CAA5FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CAA5FA is #355A05. Grayscale: #B9B9B9. Windows color (decimal): -3496454 or 16426442. OLE color: 16426442.

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

Color convert

RGB 202 165 250 -
CMYK 0.19 0.34 0 0.02
HSL 266.12º 0.89% 0.81% -
HSV(B) 266.12º 0.34% 0.98% -
XYZ 55.07 46.37 96.49 -
YUV 185.75 164.26 139.59 -
System Red Green Blue C M Y K H S L
Decimal 202 165 250 0.19 0.34 0 0.02 266.12 0.89 0.81
Hex CA A5 FA 13 22 0 2 10A 59 51
Octal 312 245 372 23 42 0 2 412 131 121
Binary 11001010 10100101 11111010 10011 100010 0 10 100001010 1011001 1010001

Color Harmonies of #CAA5FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA5FA

Black with #CAA5FA

Text Example


Text Example

White with #CAA5FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA5FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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