#C1ACF6

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

Shades of Melrose #C1ACF6

Tints of Melrose #C1ACF6

Color information

#C1ACF6 (or 0xC1ACF6) is unknown color: approx Melrose. HEX triplet: C1, AC and F6. RGB value is (193,172,246). Sum of RGB (Red+Green+Blue) = 193+172+246=611 (80% of max value = 765). Red value is 193 (75.78% from 255 or 31.59% from 611); Green value is 172 (67.58% from 255 or 28.15% from 611); Blue value is 246 (96.48% from 255 or 40.26% from 611); Max value from RGB is 246 - color contains mainly: blue. Hex color #C1ACF6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C1ACF6 is #3E5309. Grayscale: #BABABA. Windows color (decimal): -4084490 or 16166081. OLE color: 16166081.

HSL color Cylindrical-coordinate representation of color #C1ACF6: hue angle of 257.03º degrees, saturation: 0.8, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C1ACF6 is Cyan = 0.22, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB193172246-
CMYK0.220.3000.04
HSL257.03º80.43%81.96%-
HSV(B)257.03º30.08%96.47%-
XYZ53.3847.593.54-
YUV186.72161.46132.48-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 31.59%
GREEN value IS 172 (67.58% from 255) = 28.15%
BLUE value IS 246 (96.48% from 255) = 40.26%
R=31.59%
G=28.15%
B=40.26%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1931722460.220.3000.04257.0380.4381.96
HexC1ACF6161E041015052
Octal301254366263604401120122
Binary1100000110101100111101101011011110010010000000110100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1ACF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1ACF6; }

 p { color: rgb(193,172,246); }

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

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

 a { background-color: rgb(193,172,246); }

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

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

 span { border-color: rgb(193,172,246); }

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