#CCA8FF

Color #CCA8FF Mauve (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mauve #CCA8FF

Tints of Mauve #CCA8FF

Color information

#CCA8FF (or 0xCCA8FF) is unknown color: approx Mauve. HEX triplet: CC, A8 and FF. RGB value is (204,168,255). Sum of RGB (Red+Green+Blue) = 204+168+255=627 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.54% from 627); Green value is 168 (66.02% from 255 or 26.79% 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 #CCA8FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CCA8FF is #335700. Grayscale: #BCBCBC. Windows color (decimal): -3364609 or 16754892. OLE color: 16754892.

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

Color convert

RGB204168255-
CMYK0.20.3400
HSL264.83º100%82.94%-
HSV(B)264.83º34.12%100%-
XYZ56.9548.06100.88-
YUV188.68165.43138.93-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.54%
GREEN value IS 168 (66.02% from 255) = 26.79%
BLUE value IS 255 (100% from 255) = 40.67%
R=32.54%
G=26.79%
B=40.67%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2041682550.20.3400264.8310082.94
HexCCA8FF1422001096453
Octal314250377244200411144123
Binary110011001010100011111111101001000100010000100111001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA8FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA8FF; }

 p { color: rgb(204,168,255); }

 H1.HeaderClassName
 {
   color: #CCA8FF;
 }
 .AnyTagClassName
 {
   color: #CCA8FF;
 }
</style>
background-color css

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

 a { background-color: rgb(204,168,255); }

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

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

 span { border-color: rgb(204,168,255); }

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