Html Css Color HEX #CAA5FF Mauve

📋 copy color: '#CAA5FF'

red 202 ◦ green 165 ◦ blue 255

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

Shades of Mauve #CAA5FF

Tints of Mauve #CAA5FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 41%

R = 32.48%
G = 26.53%
B = 41%

CMYK

 C value IS 0.21

 M value IS 0.35

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CAA5FF (or 0xCAA5FF) is known color: Mauve. HEX triplet: CA, A5 and FF. RGB value is (202,165,255). Sum of RGB (Red+Green+Blue) = 202+165+255=622 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.48% from 622); Green value is 165 (64.84% from 255 or 26.53% from 622); Blue value is 255 (100% from 255 or 41.00% from 622); Max value from RGB is 255 - color contains mainly: blue. Hex color #CAA5FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CAA5FF is #355A00. Grayscale: #BABABA. Windows color (decimal): -3496449 or 16754122. OLE color: 16754122.

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

Color convert

RGB 202 165 255 -
CMYK 0.21 0.35 0 0
HSL 264.67º 1% 0.82% -
HSV(B) 264.67º 0.35% 1% -
XYZ 55.86 46.69 100.67 -
YUV 186.32 166.76 139.18 -
System Red Green Blue C M Y K H S L
Decimal 202 165 255 0.21 0.35 0 0 264.67 1 0.82
Hex CA A5 FF 15 23 0 0 109 64 52
Octal 312 245 377 25 43 0 0 411 144 122
Binary 11001010 10100101 11111111 10101 100011 0 0 100001001 1100100 1010010

Color Harmonies of #CAA5FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA5FF

Black with #CAA5FF

Text Example


Text Example

White with #CAA5FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA5FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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