Html Css Color HEX #CAA0FF Mauve

📋 copy color: '#CAA0FF'

red 202 ◦ green 160 ◦ blue 255

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

Shades of Mauve #CAA0FF

Tints of Mauve #CAA0FF

RGB

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

 GREEN value IS 160 (62.89% from 255) = 25.93%

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

R = 32.74%
G = 25.93%
B = 41.33%

CMYK

 C value IS 0.21

 M value IS 0.37

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CAA0FF (or 0xCAA0FF) is known color: Mauve. HEX triplet: CA, A0 and FF. RGB value is (202,160,255). Sum of RGB (Red+Green+Blue) = 202+160+255=617 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.74% from 617); Green value is 160 (62.89% from 255 or 25.93% from 617); Blue value is 255 (100% from 255 or 41.33% from 617); Max value from RGB is 255 - color contains mainly: blue. Hex color #CAA0FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CAA0FF is #355F00. Grayscale: #B7B7B7. Windows color (decimal): -3497729 or 16752842. OLE color: 16752842.

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

Color convert

RGB 202 160 255 -
CMYK 0.21 0.37 0 0
HSL 266.53º 1% 0.81% -
HSV(B) 266.53º 0.37% 1% -
XYZ 54.98 44.92 100.38 -
YUV 183.39 168.41 141.28 -
System Red Green Blue C M Y K H S L
Decimal 202 160 255 0.21 0.37 0 0 266.53 1 0.81
Hex CA A0 FF 15 25 0 0 10B 64 51
Octal 312 240 377 25 45 0 0 413 144 121
Binary 11001010 10100000 11111111 10101 100101 0 0 100001011 1100100 1010001

Color Harmonies of #CAA0FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA0FF

Black with #CAA0FF

Text Example


Text Example

White with #CAA0FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA0FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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