Html Css Color HEX #CAAAFF Mauve

📋 copy color: '#CAAAFF'

red 202 ◦ green 170 ◦ blue 255

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

Shades of Mauve #CAAAFF

Tints of Mauve #CAAAFF

RGB

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

 GREEN value IS 170 (66.8% from 255) = 27.11%

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

R = 32.22%
G = 27.11%
B = 40.67%

CMYK

 C value IS 0.21

 M value IS 0.33

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CAAAFF (or 0xCAAAFF) is known color: Mauve. HEX triplet: CA, AA and FF. RGB value is (202,170,255). Sum of RGB (Red+Green+Blue) = 202+170+255=627 (83% of max value = 765). Red value is 202 (79.30% from 255 or 32.22% from 627); Green value is 170 (66.80% from 255 or 27.11% from 627); Blue value is 255 (100% from 255 or 40.67% from 627); Max value from RGB is 255 - color contains mainly: blue. Hex color #CAAAFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CAAAFF is #355500. Grayscale: #BCBCBC. Windows color (decimal): -3495169 or 16755402. OLE color: 16755402.

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

Color convert

RGB 202 170 255 -
CMYK 0.21 0.33 0 0
HSL 262.59º 1% 0.83% -
HSV(B) 262.59º 0.33% 1% -
XYZ 56.78 48.53 100.98 -
YUV 189.26 165.1 137.09 -
System Red Green Blue C M Y K H S L
Decimal 202 170 255 0.21 0.33 0 0 262.59 1 0.83
Hex CA AA FF 15 21 0 0 107 64 53
Octal 312 252 377 25 41 0 0 407 144 123
Binary 11001010 10101010 11111111 10101 100001 0 0 100000111 1100100 1010011

Color Harmonies of #CAAAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAAAFF

Black with #CAAAFF

Text Example


Text Example

White with #CAAAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAAAFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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