Html Css Color HEX #CAA2FE Mauve

📋 copy color: '#CAA2FE'

red 202 ◦ green 162 ◦ blue 254

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

Shades of Mauve #CAA2FE

Tints of Mauve #CAA2FE

RGB

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

 GREEN value IS 162 (63.67% from 255) = 26.21%

 BLUE value IS 254 (99.61% from 255) = 41.1%

R = 32.69%
G = 26.21%
B = 41.1%

CMYK

 C value IS 0.20

 M value IS 0.36

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#CAA2FE (or 0xCAA2FE) is known color: Mauve. HEX triplet: CA, A2 and FE. RGB value is (202,162,254). Sum of RGB (Red+Green+Blue) = 202+162+254=618 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.69% from 618); Green value is 162 (63.67% from 255 or 26.21% from 618); Blue value is 254 (99.61% from 255 or 41.10% from 618); Max value from RGB is 254 - color contains mainly: blue. Hex color #CAA2FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CAA2FE is #355D01. Grayscale: #B8B8B8. Windows color (decimal): -3497218 or 16687818. OLE color: 16687818.

HSL color Cylindrical-coordinate representation of color #CAA2FE: hue angle of 266.09º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CAA2FE is Cyan = 0.20, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 202 162 254 -
CMYK 0.20 0.36 0 0.00
HSL 266.09º 0.98% 0.82% -
HSV(B) 266.09º 0.36% 1% -
XYZ 55.17 45.55 99.65 -
YUV 184.45 167.25 140.52 -
System Red Green Blue C M Y K H S L
Decimal 202 162 254 0.20 0.36 0 0.00 266.09 0.98 0.82
Hex CA A2 FE 14 24 0 0 10A 62 52
Octal 312 242 376 24 44 0 0 412 142 122
Binary 11001010 10100010 11111110 10100 100100 0 0 100001010 1100010 1010010

Color Harmonies of #CAA2FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA2FE

Black with #CAA2FE

Text Example


Text Example

White with #CAA2FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA2FE; }

 p { color: rgb(202,162,254); }

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

background-color css

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

 a { background-color: rgb(202,162,254); }

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

border-color css

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

 span { border-color: rgb(202,162,254); }

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