Html Css Color HEX #C4A2FF Mauve

📋 copy color: '#C4A2FF'

red 196 ◦ green 162 ◦ blue 255

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

Shades of Mauve #C4A2FF

Tints of Mauve #C4A2FF

RGB

 RED value IS 196 (76.95% from 255) = 31.97%

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

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

R = 31.97%
G = 26.43%
B = 41.6%

CMYK

 C value IS 0.23

 M value IS 0.36

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C4A2FF (or 0xC4A2FF) is known color: Mauve. HEX triplet: C4, A2 and FF. RGB value is (196,162,255). Sum of RGB (Red+Green+Blue) = 196+162+255=613 (81% of max value = 765). Red value is 196 (76.95% from 255 or 31.97% from 613); Green value is 162 (63.67% from 255 or 26.43% from 613); Blue value is 255 (100% from 255 or 41.60% from 613); Max value from RGB is 255 - color contains mainly: blue. Hex color #C4A2FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C4A2FF is #3B5D00. Grayscale: #B6B6B6. Windows color (decimal): -3890433 or 16753348. OLE color: 16753348.

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

Color convert

RGB 196 162 255 -
CMYK 0.23 0.36 0 0
HSL 261.94º 1% 0.82% -
HSV(B) 261.94º 0.36% 1% -
XYZ 53.74 44.8 100.42 -
YUV 182.77 168.76 137.44 -
System Red Green Blue C M Y K H S L
Decimal 196 162 255 0.23 0.36 0 0 261.94 1 0.82
Hex C4 A2 FF 17 24 0 0 106 64 52
Octal 304 242 377 27 44 0 0 406 144 122
Binary 11000100 10100010 11111111 10111 100100 0 0 100000110 1100100 1010010

Color Harmonies of #C4A2FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4A2FF

Black with #C4A2FF

Text Example


Text Example

White with #C4A2FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4A2FF; }

 p { color: rgb(196,162,255); }

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

background-color css

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

 a { background-color: rgb(196,162,255); }

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

border-color css

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

 span { border-color: rgb(196,162,255); }

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